forgejo/modules/setting
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
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
indexer_test.go
lfs.go Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
log.go add a new internal hook to save ssh log (#15787) 2021-05-21 17:37:16 -04:00
mailer.go
markup.go Fix regression of renderer (#16091) 2021-06-06 18:50:07 -04:00
migrations.go
mime_type_map.go Add mimetype mapping settings (#15133) 2021-05-10 16:38:08 -04:00
oauth2_client.go OAuth2 login: Set account link to "login" as default behavior (#15768) 2021-05-07 16:15:16 +02:00
picture.go add /assets as root dir of public files (#15219) 2021-04-28 12:35:06 +00:00
project.go
queue.go Clean-up the settings hierarchy for issue_indexer queue (#16001) 2021-06-16 18:19:20 -04:00
repository.go Disable Stars config option (#14653) 2021-04-15 18:53:57 +02:00
service.go Allow only internal registration (#15795) 2021-05-09 16:13:35 +02:00
session.go
setting.go Add asymmetric JWT signing (#16010) 2021-06-17 23:56:46 +02:00
setting_test.go
storage.go
storage_test.go
task.go
webhook.go