1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-05 14:53:16 +00:00
forgejo/modules/auth/oauth2
KN4CK3R 29695cd6d5
Add asymmetric JWT signing (#16010)
* Added asymmetric token signing.

* Load signing key from settings.

* Added optional kid parameter.

* Updated documentation.

* Add "kid" to token header.
2021-06-17 23:56:46 +02:00
..
jwtsigningkey.go Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
oauth2.go OAuth2 auto-register (#5123) 2021-04-14 14:02:12 +02:00