devise-token-auth topic
angular-token
:key: Token based authentication service for Angular with interceptor and multi-user support. Works best with devise token auth for Rails. Example:
graphql_devise
GraphQL interface on top devise_token_auth
apple_auth
Complete Ruby gem for Sign in with Apple. Actively maintained by rootstrap.com
example-rails-api-key-authentication
Example of implementing API key authentication in Ruby on Rails without Devise
react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
devise-api
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 authen...