devise-api
devise-api copied to clipboard
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...
Results
14
devise-api issues
Sort by
recently updated
recently updated
newest added
I want to be able to login using a username or an email whatever the user chooses. I want conditions that the user I pass a single field like login...
I set up my project according to the docs and I can not get the revoke and refresh endpoints to work. The rest works perfectly but refresh always gives me...