frp/models/auth
Guy Lewin 6c6607ae68
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-03-01 10:57:01 +08:00
..
auth.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
oidc.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00
token.go feat: add multiple authentication methods, token and oidc. 2020-03-01 10:57:01 +08:00