-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support multiple signaturePublickeys
Allow authentication servers to specify an array of profile property public keys instead of just one. Adds a new field, `signaturePublickeys`, to the authlib-injector metadata route at the root of the API. `signaturePublickeys` is an array of strings containing public keys in the same format as the `signaturePublickey`. Any of the keys specified either in `signaturePublickeys` or as the `signaturePublickey` can be used to verify the signature of a textures payload. With this change, authentication server A can forward a texture payload from authentication server B, and the client could accept a texture signed by either authentication server.
- Loading branch information
1 parent
da91095
commit 3c11492
Showing
3 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters