Commit Graph

3 Commits (b74a0f9060d5fda341f5554ef529a2006308c6ab)

Author SHA1 Message Date
KN4CK3R 88abb0dc8a
Decoupled code from DefaultSigningKey ()
Decoupled code from `DefaultSigningKey`. Makes testing a little bit easier and is cleaner.
Aliaksandr Mianzhynski 28ac4a7a87
Add EdDSA JWT signing algorithm ()
* Add EdDSA signing algorithm

* Fix typo

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
KN4CK3R 4debb74eda
Fix wrong user in OpenID response ()
* Fixed usage of wrong user.

* Added tests.