Skip to content

Commit

Permalink
Update openiddict5-to-6.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming authored Dec 18, 2024
1 parent 7e5d2f1 commit b18062f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/release-info/migration-guides/openiddict5-to-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following constants have been renamed:

| Old Constant Name | New Constant Name |
|---------------------------------------------------------------|-----------------------------------------------------------------|
| `OpenIddictConstants.Permissions.Endpoints.LogoutPmar` | `OpenIddictConstants.Permissions.Endpoints.EndSession` |
| `OpenIddictConstants.Permissions.Endpoints.Logout` | `OpenIddictConstants.Permissions.Endpoints.EndSession` |
| `OpenIddictConstants.Permissions.Endpoints.Device` | `OpenIddictConstants.Permissions.Endpoints.DeviceAuthorization` |

That's all, It's a simple migration. If you have advanced usage of OpenIddict, Please check the [official migration guide](https://documentation.openiddict.com/guides/migration/50-to-60) for more information.

0 comments on commit b18062f

Please sign in to comment.