mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-23 13:39:48 +05:30
typo fix
redundant `of keeping` text might be a typo?
This commit is contained in:
parent
cb596b0a7a
commit
d4b549d12a
@ -28,7 +28,7 @@ If you require the permission of a user to access resources you need to determin
|
|||||||
|
|
||||||
## Client Type?
|
## Client Type?
|
||||||
|
|
||||||
Depending on whether or not the client is capable of keeping of keeping a secret will depend on which grant the client should use.
|
Depending on whether or not the client is capable of keeping a secret will depend on which grant the client should use.
|
||||||
|
|
||||||
If the client is a web application that has a server side component then you should implement the [authorization code grant](/authorization-server/auth-code-grant/).
|
If the client is a web application that has a server side component then you should implement the [authorization code grant](/authorization-server/auth-code-grant/).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user