frp/models/auth
2020-02-20 18:10:23 +02:00
..
auth.go feat: add multiple authentication methods, token and oidc. token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method 2020-02-19 15:07:02 +02:00
oidc.go style: export shared logic from SetLogin and SetPing to a common generateAccessToken() method in oidc.go 2020-02-20 18:10:23 +02:00
token.go style(auth): rename ProviderConsumer to SetterVerifier since that's the new naming convention for auth 2020-02-19 19:46:02 +02:00