Skip to content

Commit 9324b45

Browse files
committedSep 26, 2019
Minor editing/fixes in Implement Grants in README.md
1 parent 9998987 commit 9324b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ The source code is in `website/oauth2.py`. There are four standard grant types:
156156
- Resource Owner Password Credentials Grant
157157

158158
And Refresh Token is implemented as a Grant in Authlib. You don't have to do
159-
any thing on Implicit and Client Credentials grants, but there are missing
160-
methods to be implemented in other grants, checkout the source code in
159+
anything on Implicit and Client Credentials grants, but there are missing
160+
methods to be implemented in other grants. Check out the source code in
161161
`website/oauth2.py`.
162162

163163

0 commit comments

Comments
 (0)
Failed to load comments.