summaryrefslogtreecommitdiffstats
path: root/routers/install/install.go
Commit message (Collapse)AuthorAgeFilesLines
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-171-1/+1
| | | | | | | | | | | * Added asymmetric token signing. * Load signing key from settings. * Added optional kid parameter. * Updated documentation. * Add "kid" to token header.
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+473
* refactor routers directory * move func used for web and api to common * make corsHandler a function to prohibit side efects * rm unused func Co-authored-by: 6543 <6543@obermui.de>