This website requires JavaScript.
Explore
Help
Sign In
barbercollie
/
tinyauth
Watch
1
Star
0
Fork
1
You've already forked tinyauth
mirror of
https://github.com/steveiliop56/tinyauth.git
synced
2026-07-19 08:21:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
50c25e4478f7e975483707e03e890fd6b5d6bbe8
tinyauth
/
internal
/
controller
T
History
Stavros
50c25e4478
fix: fix domain validator with port but no scheme and https or http
2026-07-18 18:17:24 +03:00
..
context_controller_test.go
…
context_controller.go
…
controller.go
…
health_controller_test.go
…
health_controller.go
…
oauth_controller_test.go
fix: fix domain validator with port but no scheme and https or http
2026-07-18 18:17:24 +03:00
oauth_controller.go
fix: allow for mismatching protocol in trusted domain check - ui warnings
2026-07-18 18:06:26 +03:00
oidc_controller_test.go
…
oidc_controller.go
feat: allow existing query params in oidc redirect uri (
#1003
)
2026-07-14 16:36:57 +03:00
proxy_controller_test.go
fix: use constant time in user checks (
#1004
)
2026-07-14 16:49:59 +03:00
proxy_controller.go
refactor: rework the way trusted proxies ip work (
#1007
)
2026-07-15 15:17:55 +03:00
resources_controller_test.go
…
resources_controller.go
…
user_controller_test.go
fix: use constant time in user checks (
#1004
)
2026-07-14 16:49:59 +03:00
user_controller.go
refactor: rework rate limit logic (
#1008
)
2026-07-15 15:30:57 +03:00
well_known_controller_test.go
…
well_known_controller.go
…