-
Notifications
You must be signed in to change notification settings - Fork 6k
Document the role of CredentialsContainer
#15319
New issue
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
Comments
If I may, I would like to offer my two cents:
If the reference docs could provide a general guideline about credential erasure alongside its storage, developers could make their custom implementations with peace of mind.
There is also another thing I'd like to mention. Though this is somewhat beyond the
We can also look further beyond the interfaces and directly into some out-of-the-box implementations.
I apologize if I misunderstood the docs and the codes. I am genuinely confused here. Should either or neither my custom implementation of Maybe it's just all a legacy thing, though if resources allow, a clean-up would probably help for better consistency. |
Thanks for the suggestions @PhilHYChen. Would you like to provide a PR for items 1, 2, 3 and 4?
I think that the information in the API doc is outdated. The |
The
CredentialsContainer
interface is used internally by the framework to clear the user's credentials after a successful authentication. However, there is no mention in the reference docs about this interface and whether users should implement it or not.The text was updated successfully, but these errors were encountered: