Skip to content
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

[SDK-4644] Clarify that AuthenticationController should only be created once #49

Merged
merged 3 commits into from
Dec 12, 2023

Conversation

jimmyjames
Copy link
Contributor

@jimmyjames jimmyjames commented Dec 8, 2023

Explicitly demonstrate creating a single instance of the AuthenticationController. Prior to this change, only one instance was created, but due to the fact that it was created in LoginServlet#init(). This change explicitly uses a singleton pattern to clarify that only one AuthenticationController should be created.

It also includes a couple cleanup changes like removing some old IDE files and simplifying the README.

Accompanies auth0/docs#10342

@jimmyjames jimmyjames merged commit 932f880 into master Dec 12, 2023
@jimmyjames jimmyjames deleted the clarify-authentication-controller-singleton branch December 12, 2023 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants