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 really like Grant. One use-case I have is that I'd like to pass arbitrary data into the auth URL, and have it available at the end of the process, once the user has authenticated. Is this possible to do? For example, I'd like to pass the ID of the particular login button a user pressed, and have that available in the callback.
Tom
The text was updated successfully, but these errors were encountered:
Any parameter that you send as querystring (GET) or url-encoded form body (POST) will be stored in the session under the grant.dynamic key and it will be available for you at the end of the OAuth flow.
Hi
I really like Grant. One use-case I have is that I'd like to pass arbitrary data into the auth URL, and have it available at the end of the process, once the user has authenticated. Is this possible to do? For example, I'd like to pass the ID of the particular login button a user pressed, and have that available in the callback.
Tom
The text was updated successfully, but these errors were encountered: