gitea/models/auth
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513)
and migrate affected code

_last refactoring bits to replace **util.OptionalBool** with
**optional.Option[bool]**_
2024-03-02 16:42:31 +01:00
..
access_token.go
access_token_scope.go
access_token_scope_test.go
access_token_test.go
auth_token.go
main_test.go
oauth2.go Revert "Support SAML authentication (#25165)" (#29358) 2024-02-24 12:18:49 +08:00
oauth2_list.go
oauth2_test.go
session.go
source.go remove util.OptionalBool and related functions (#29513) 2024-03-02 16:42:31 +01:00
source_test.go
twofactor.go Use `crypto/sha256` (#29386) 2024-02-25 13:32:13 +00:00
webauthn.go
webauthn_test.go