Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-25 03:06:10 +01: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