0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-09 15:18:12 -05:00
forgejo/models/auth
Giteabot 4aed0e6b07
Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618)
Backport #26597 by @wxiaoguang

Fix #26526

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-08-21 14:19:43 +08:00
..
main_test.go
oauth2.go Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618) 2023-08-21 14:19:43 +08:00
oauth2_test.go Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) (#26618) 2023-08-21 14:19:43 +08:00
session.go
source.go Fix 500 error if there is a name conflict when edit authentication source (#23832) 2023-03-31 22:32:18 +08:00
source_test.go
token.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
token_scope.go Remove "misc" scope check from public API endpoints (#26134) (#26149) 2023-07-26 05:32:41 +00:00
token_scope_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
token_test.go
twofactor.go Use minio/sha256-simd for accelerated SHA256 (#23052) 2023-02-22 14:21:46 -05:00
webauthn.go
webauthn_test.go