You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no documentation for BearerTokenResolver and it's default implementation DefaultBearerTokenResolver in the reference. We should document and provide code samples on how to use and customize.
The text was updated successfully, but these errors were encountered:
jgrandja
added
in: docs
An issue in Documentation or samples
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
labels
Dec 7, 2018
Hello @jgrandja , I can take this one, If I understand correctly, I should add docs in docs module of spring security, shouldn't I? And where can I put code samples of this?
@kostya05983 Thanks for volunteering - yes, you'd place docs in the docs module.
As for a sample, you could add one that goes alongside the other oauth2resourceserver samples, though there are quite a few already. Unless you feel customizing a bearer token resolver to be quite nuanced, I'd lean towards just sticking with snippets in the documentation.
There is no documentation for
BearerTokenResolver
and it's default implementationDefaultBearerTokenResolver
in the reference. We should document and provide code samples on how to use and customize.The text was updated successfully, but these errors were encountered: