Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add asymmetric JWT signing (#16010) | KN4CK3R | 2021-06-17 | 1 | -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 Xiao | 2021-06-09 | 1 | -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> |