We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good work on the package so far!
I found a few typos in the example code in the README. Below the variables r should be changed to req.
authorizeRequest, err := oauth2.NewAuthorizeRequest(ctx, r)
response, err := oauth2.HandleAuthorizeRequest(ctx, authorizeRequest, r, &mySessionData)
accessRequest, err := oauth2.NewAccessRequest(ctx, r, &mySessionData)
response, err := oauth2.NewAccessResponse(ctx, accessRequest, r, mySessionData)
The text was updated successfully, but these errors were encountered:
a5391de
readme: fixed typos
5b5da07
Closes ory#10
Merge pull request ory#10 from juguhan/feat_jwt_validation_time_skew_…
72b4752
…provider feat: jwt validation time skew provider
No branches or pull requests
Good work on the package so far!
I found a few typos in the example code in the README. Below the variables r should be changed to req.
The text was updated successfully, but these errors were encountered: