We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
例如client1的token的SigningMethod是RS256,client2的是HS256,这种情况该怎么搞。
mgr.MapAccessGenerate(generates.NewJWTAccessGenerate("", []byte(config.Get().OAuth2.JWTSignedKey), jwt.SigningMethodHS512)) clientStore := store.NewClientStore() for _, v := range config.Get().OAuth2.Client { clientStore.Set(v.ID, &models.Client{ ID: v.ID, Secret: v.Secret, Domain: v.Domain, }) } mgr.MapClientStorage(clientStore)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
例如client1的token的SigningMethod是RS256,client2的是HS256,这种情况该怎么搞。
The text was updated successfully, but these errors were encountered: