-
Notifications
You must be signed in to change notification settings - Fork 6
Add Spring example with authentication #1255
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
Conversation
Co-authored-by: Samu Lang <langsamu@users.noreply.github.com>
langsamu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't want to waste too much time on this simple demo JS, but I think the current mixing of promise methods and asynchronous keywords is not an improvement.
NSeydoux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This overall looks good to me, although I don't have enough Spring experience to have a strong opinion on the idiomacy of the proposed app.
This adds another Spring-based example application. This application does not currently have any CSS styling to speak of, but the Spring API portion uses recommended, idiomatic constructs.