devise_token_auth_demo icon indicating copy to clipboard operation
devise_token_auth_demo copied to clipboard

Demo of the devise_token_auth gem

Results 7 devise_token_auth_demo issues
Sort by recently updated
recently updated
newest added

When I sign in with google I got this issue. Invalid issuer. Expected accounts.google.com, received https://accounts.google.com ![screen shot 2017-07-11 at 11 33 57 am](https://user-images.githubusercontent.com/29886436/28047363-dc2219b2-662c-11e7-8422-b923d14e2927.png) please help me!

In the **Authenticate using an oauth2 provider** form, select Github or Google. The authentication proceeds without failure, however, subsequent requests show the Account Info values are nil. FWIW, I built...

I cloned this repo, bundled, created the database, migrated the database, temporarily commented out all omniauth strategies except for "developer" and then visited `/auth/developer` After filling out the form and...

when running rails server I get the following error : devise_token_auth_demo/config/initializers/figaro.rb:1:in `': private method`require' called for Figaro:Module (NoMethodError) Any ideas? Thanks!

Trying to figure out why my local devise token auth broke, noticed this guy is no longer sending confirmation emails upon registration.