All Projects → mattetti → Gorailsyourself

mattetti / Gorailsyourself

Licence: mit
A suite of useful functions needed when porting/mixing Go/Rails code.

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Gorailsyourself

Rodauth Rails
Rails integration for Rodauth authentication framework
Stars: ✭ 150 (+68.54%)
Mutual labels:  rails, authentication
Authie
👮‍♂️ Improve user session security in Ruby on Rails applications with database session storage
Stars: ✭ 161 (+80.9%)
Mutual labels:  rails, authentication
Simple token authentication
Simple (but safe) token authentication for Rails apps or API with Devise.
Stars: ✭ 1,474 (+1556.18%)
Mutual labels:  rails, authentication
Graphql devise
GraphQL interface on top devise_token_auth
Stars: ✭ 100 (+12.36%)
Mutual labels:  rails, authentication
Devise
Flexible authentication solution for Rails with Warden.
Stars: ✭ 22,088 (+24717.98%)
Mutual labels:  rails, authentication
Sorcery
Magical authentication for Rails 3 & 4
Stars: ✭ 2,345 (+2534.83%)
Mutual labels:  rails, authentication
Api guard
JWT authentication solution for Rails APIs
Stars: ✭ 159 (+78.65%)
Mutual labels:  rails, authentication
Devise Jwt
JWT token authentication with devise and rails
Stars: ✭ 881 (+889.89%)
Mutual labels:  rails, authentication
Angular Token
🔑 Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
Stars: ✭ 376 (+322.47%)
Mutual labels:  rails, authentication
Devise token auth
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Stars: ✭ 3,263 (+3566.29%)
Mutual labels:  rails, authentication
Passwordless
🗝 Authentication for your Rails app without the icky-ness of passwords
Stars: ✭ 638 (+616.85%)
Mutual labels:  rails, authentication
Sorcery
Magical Authentication
Stars: ✭ 998 (+1021.35%)
Mutual labels:  rails, authentication
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+1319.1%)
Mutual labels:  rails
Aspnetcorewindowsauth
Local and Windows Authentication, ASP.NET Core MVC, IdentityServer4
Stars: ✭ 87 (-2.25%)
Mutual labels:  authentication
Svelte Social Auth
Social Auth for Svelte v3
Stars: ✭ 86 (-3.37%)
Mutual labels:  authentication
Sjwt
Simple JWT Golang
Stars: ✭ 86 (-3.37%)
Mutual labels:  authentication
Gargle
Infrastructure for calling Google APIs from R, including auth
Stars: ✭ 88 (-1.12%)
Mutual labels:  authentication
Okta Spring Boot 2 Angular 7 Example
A Cool Cars Example that showcases Spring Boot 2.1, Angular 7, and Okta's support for both.
Stars: ✭ 87 (-2.25%)
Mutual labels:  authentication
Stimulus reflex expo
StimulusReflex demos
Stars: ✭ 85 (-4.49%)
Mutual labels:  rails
Graphjin
GraphJin - Build APIs in 5 minutes with GraphQL. An instant GraphQL to SQL compiler.
Stars: ✭ 1,264 (+1320.22%)
Mutual labels:  rails

goRailsYourself

GoDoc

A suite of packages useful when you have to deal with Go and Rails apps or when migrating from Ruby to Go.

The crypto package allows for shared authentication cookie support with Rails, included version 5.2+.

See the documentation and/or the test suite for more examples.

Dependencies:

The inflector package relies on: unidecode to handle the transliteration.

The crypto package relies on: pbkdf2 to handle the generation of derived keys.

The test suite uses Goblin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].