Ron Zeidman
Ron Zeidman
You're right, things got in the way and this library didn't get the love it deserves. I'll try to clear out some time and document everything better + getting the...
The code is sent in the json body of `/auth/facebook` under `oauthData` ({ ..., "oauthData": { "code": ,,, } })
I'm guessing it's a matter of timing, the "redirectUrl" of facebook should not redirect again. This issue usually happens when you configure the redirectUrl to be the base url and...
You can bootstrap a few similar new providers instead of extending the built-in ones and choosing which config you want at runtime
You'll have to pass to the config at bootstrap time and then at runtime you choose which one you want using its name. I could probably add the ability to...
Good luck! If you have any questions you are welcome to ask.
in the new beta for angular 6 I've added `updateProviders` function. You can try it.
In previous versions they were the same but it was hard to understand what was actually sent to the server. I changed it to be this way in the latest...
You can merge all of the object to a single one, but there will also be some name changes (snake-case to camel-case in some variables and the "scope" variable is...
@navneet35371 I see what you mean, maybe it should be configurable. Anyway in the meantime can you add a simple middleware for the routes handled by the django-rest-auth library to...