forgejo/services/auth
KN4CK3R 0eebeeec90
Remove Named interface (#26913)
`Named` is implemented by every `Method` and future implementations
should implement the method too.
2023-09-05 15:58:30 +00:00
..
source Use Set[Type] instead of map[Type]bool/struct{}. (#26804) 2023-08-30 06:55:25 +00:00
auth.go
auth_test.go
basic.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
group.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
httpsign.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
interface.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
middleware.go Update team invitation email link (#26550) 2023-08-31 16:26:13 +00:00
oauth2.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
reverseproxy.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
session.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
signin.go
source.go
sspi_windows.go Remove Named interface (#26913) 2023-09-05 15:58:30 +00:00
sync.go