Skip to content

Hotfix: handle laravel/passport v13 error messages#121

Merged
Levivb merged 2 commits intomainfrom
hotfix/handle-passport-v13-errors
Mar 12, 2026
Merged

Hotfix: handle laravel/passport v13 error messages#121
Levivb merged 2 commits intomainfrom
hotfix/handle-passport-v13-errors

Conversation

@Levivb
Copy link
Copy Markdown
Contributor

@Levivb Levivb commented Mar 11, 2026

Examples:

  {
    "error": "invalid_request",
    "error_description": "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.",
    "hint": "Check the `refresh_token` parameter"
  }
  {
    "error": "invalid_grant",
    "error_description": "The refresh token is invalid.",
    "hint": "Cannot decrypt the refresh token"
  }

@Levivb Levivb requested a review from mweghorst March 11, 2026 15:46
@Levivb Levivb requested a review from juanalb March 12, 2026 08:20
@Levivb Levivb merged commit 4360d6e into main Mar 12, 2026
@Levivb Levivb deleted the hotfix/handle-passport-v13-errors branch March 12, 2026 08:58
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

Successfully merging this pull request may close these issues.

2 participants