Repository navigation
devise
- Website
- Wikipedia
Flexible authentication solution for Rails with Warden.
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
An invitation strategy for devise
Simple (and safe*) token authentication for Rails apps or API with Devise.
JWT token authentication with devise and rails
A security extension for devise, meeting industry-standard security demands for web applications.
🔑 Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
An example of Rails 7 and Vue 3 app which is using Vite, and includes Docker configs for building production images and some of the useful tools to start your projects
A step-by-step guide on how to build your own authentication system in Rails from scratch.
Devise passwordless logins using emailed magic links
GraphQL interface on top devise_token_auth
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
The devise-api gem is a convenient way to add authentication to your Ruby on Rails application using the devise gem. It provides support for access tokens and refresh tokens, which allow you to authenticate API requests and keep the user's session active for a longer period of time on the client side
Provides authentication for phoenix application
Provides authentication (user accounts, login & signup) for @spree 4 by using Devise
An app to help jumpstart a new Rails 4 app. Features Ruby 2.0, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.