]> source.dussan.org Git - gitea.git/commit
Add EdDSA JWT signing algorithm (#16786)
authorAliaksandr Mianzhynski <amenzhinsky@gmail.com>
Wed, 25 Aug 2021 20:50:38 +0000 (23:50 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 20:50:38 +0000 (16:50 -0400)
commit28ac4a7a87fb290a61143d99e08bdae9a0284114
tree834657b0d84d0eab46b7c91428efdf4dc71382d7
parent29b971b6d5451d0bba1fea21b981ea86a600aaaa
Add EdDSA JWT signing algorithm (#16786)

* Add EdDSA signing algorithm

* Fix typo

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
custom/conf/app.example.ini
routers/web/user/oauth.go
routers/web/user/oauth_test.go
services/auth/source/oauth2/jwtsigningkey.go