simo
simo
The `redirect_uri` should be the redirect URI of your OAuth application, the one you set for your application in the providers dashboard. The `/login` path on your server should be...
I see, thanks for the feedback. Grant tries to make certain developer workflows easier, for example having your OAuth app credentials on startup, but that is not a requirement. For...
You can load your app secrets dynamically on each request using the [state overrides](https://github.com/simov/grant#dynamic-state), here are some [examples](https://github.com/simov/grant/tree/master/examples/dynamic-state) on how to do it. Or maybe query the database once per...
Thanks, that's a good suggestion. That was the exact reason why I decided not to create an explicit handler for Netlify, but I can do some testing on my own...
Thanks @AaronNGray! Grant is only concerned with OAuth, and more specifically either OAuth1.0a or the OAuth2.0 `authorization_code` grant type. You can use both Grant and some other middleware for user/pass...
OAuth along with OpenID Connect are used for Federated Identity, meaning that the goal is to never let your users enter their passwords directly on your server, but instead delegate...
Hi @EmmyMay, there are a bunch of examples in the [examples](https://github.com/simov/grant/tree/master/examples) folder, and specifically to get the user profile as with Passport it is [this one](https://github.com/simov/grant/tree/master/examples/response-profile). For all examples you...
Hi, what exactly isn't working?
Got it, I think that's due to the way the underlying compiler parses and renders it. I don't know which implementation should be considered the standard one, but either way...
Not sure tbh, I was able to reproduce it: ```mmd graph TD A[This is an important click me] ```