Skip to content

OAuth2.1 practice #269

Description

@freizl

Resource Owner Password Credentials (ROPC) grant

This grant is omitted/deprecated.
OAuth 2.1 does not include the password grant type (grant_type=password) because it encourages apps to handle user credentials directly, which is bad for security.

Bearer tokens in query string parameters

Sending bearer tokens (access tokens) in URLs (query string) is prohibited to avoid token leakage

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions