Skip to content
New issue

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

docs: Fix typos #10

Closed
alexmullins opened this issue Jan 8, 2016 · 0 comments
Closed

docs: Fix typos #10

alexmullins opened this issue Jan 8, 2016 · 0 comments

Comments

@alexmullins
Copy link

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)
@aeneasr aeneasr closed this as completed in a5391de Jan 8, 2016
budougumi0617 added a commit to budougumi0617/fosite that referenced this issue May 10, 2019
juguhan pushed a commit to juguhan/fosite that referenced this issue Feb 21, 2024
…provider

feat: jwt validation time skew provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant