mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
rename all access token to id_tokens
This commit is contained in:
@@ -233,7 +233,7 @@ func updateClaimsExpiry(dsecs string, claims map[string]interface{}) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// Validate - validates the access token.
|
||||
// Validate - validates the id_token.
|
||||
func (r *Config) Validate(token, dsecs string) (map[string]interface{}, error) {
|
||||
jp := new(jwtgo.Parser)
|
||||
jp.ValidMethods = []string{
|
||||
|
||||
Reference in New Issue
Block a user