oauth
oauth copied to clipboard
OAuth2 client library for D
Adds: * response_type=token * Ability to pass custom parameters to `.clientSession` call * Ability to construct session from external token data This is need to allow interop with VK.com
I use something like this instead of `loadConfig` in `settings.d`. This isn't something complex, hence I opened this issue to see whether this would be interesting for others. ```d auto...
So the main problem turned out to be that I use a different method to check for the login state, which means that the session is never added to `req.context`....
I thought it might be quite worthwhile to try to extract my OAuth code as it's quite different from yours. The main highlights are - multiple oAuth-providers - perform a...
Hey, I need OAuth for one of my projects and it looks like this project would really fit me. I see that the master branch differs a lot from the...
As e.g. done [here](https://github.com/teamhackback/oauth/blob/master_old/source/oauth/webapp.d).