This website requires JavaScript.
Explore
Help
Sign In
root
/
golib
Watch
1
Star
0
Fork
0
You've already forked golib
mirror of
https://github.com/therootcompany/golib.git
synced
2026-04-24 12:48:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
golib
/
auth
History
AJ ONeal
dda4491c94
chore: golint fixes across all modules
...
Run scripts/golint: goimports, go fix, go vet, go mod tidy.
2026-04-09 14:23:33 -06:00
..
csvauth
test(auth/csvauth): regression test for Authenticate token deadlock
2026-03-23 00:26:16 -06:00
envauth
doc(auth/envauth): add Go Reference badge
2025-10-11 19:06:44 -06:00
jwt
chore: golint fixes across all modules
2026-04-09 14:23:33 -06:00
auth.go
feat(auth): add BasicVerifier, BasicAuthenticator, and BasicPrinciple for interfaces without implementation dependency
2026-02-26 20:03:43 -07:00
go.mod
feat(auth): add BasicVerifier, BasicAuthenticator, and BasicPrinciple for interfaces without implementation dependency
2026-02-26 20:03:43 -07:00
request_example_test.go
fix(auth): update test
2026-03-03 00:01:15 -07:00
request.go
fix(auth): add missing arg to NewBasicRequestAuthenticator
2026-03-02 23:18:05 -07:00