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 typo ('ROCP' to 'ROPC') #2633

Merged
merged 1 commit into from
Jul 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following is a copy of the original
[comment on GitHub](https://github.com/ory/hydra/pull/297#issuecomment-294282671):

I took a long time for this issue, primarily because I felt very uncomfortable
implementing it. The ROCP grant is something from the "dark ages" of OAuth2 and
implementing it. The ROPC grant is something from the "dark ages" of OAuth2 and
there are suitable replacements for mobile clients, such as public oauth2
clients, which are supported by Hydra:
https://tools.ietf.org/html/draft-ietf-oauth-native-apps-09
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For more information on this topic we recommend reading:
- https://security.stackexchange.com/questions/39849/does-bcrypt-have-a-maximum-password-length
- https://security.stackexchange.com/questions/6623/pre-hash-password-before-applying-bcrypt-to-avoid-restricting-password-length

## Resource Owner Password Credentials Grant Type (ROCP)
## Resource Owner Password Credentials Grant Type (ROPC)

ORY Hydra does not and will not implement the Resource Owner Password
Credentials Grant Type. Read on for context.
Expand Down Expand Up @@ -80,7 +80,7 @@ first-party apps. If you plan on doing this, stop right now and read

### Legacy & Bad Security

The ROCP grant type is discouraged by developers, professionals, and the IETF
The ROPC grant type is discouraged by developers, professionals, and the IETF
itself. It was originally added because big legacy corporations (not dropping
any names, but they are part of the IETF consortium) did not want to migrate
their authentication infrastructure to the modern web but instead do what
Expand Down