You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to the OAuth to work with Angular2-Token. You can give the OAuth a try here: Heroku Demo. (Angular2 + Devise Token Auth + Rails 5.0 API).
Hey @neroniaky,
I have run into the same issue when I was trying to integrate this gem with Angular2-Token too. Here I've submitted a fix for that double slash issue #765 . Although it might not fix your problem entirely, it unblocks this one step. :)
Looking forward to hearing your feedback!
Hey,
I'm currently trying to the OAuth to work with Angular2-Token. You can give the OAuth a try here: Heroku Demo. (Angular2 + Devise Token Auth + Rails 5.0 API).
It works as expected until the last redirect:
https://github.com/login/oauth/authorize?client_id=5db8f6c05510a8f5ab5f&redirect_uri=https%3A%2F%2Fangular2-token.herokuapp.com%2Fomniauth%2Fgithub%2Fcallback%3Fresource_class%3DUser&response_type=code&scope=email%2Cprofile&state=51f51db231dfea77419cb0772a97cd3d2f6d0fa9302af969
/oauth/github/callback
✅https://angular2-token.herokuapp.com/omniauth/github/callback?code=b51d004c4a84daf0684c&resource_class=User&state=51f51db231dfea77419cb0772a97cd3d2f6d0fa9302af969
//oauth/github/callback
(notice the double slash) which does not exist. ❌Any suggestions how to solve this? Thanks a lot!
The text was updated successfully, but these errors were encountered: