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 want to use a dynamic authorizer. I want to authorize the client based on some information sent by the client in "authextra".
In JS this is how it is done:
Hello,
I want to use a dynamic authorizer. I want to authorize the client based on some information sent by the client in "authextra".
In JS this is how it is done:
Once authenticated, the authorizer then accesses that data like:
I was wondering if it is possible to do the same in the client.Config? This is what I currently have in my go file:
Thanks.
The text was updated successfully, but these errors were encountered: