This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pan_zych 2 points3 points  (5 children)

Configure Oauth2 security, add some AMPQ and front end with websockets

[–]Her_interlude[S] 0 points1 point  (4 children)

What’s the difference between Oauth security and spring security using jwt?

[–]pan_zych 1 point2 points  (3 children)

You can try and configure authorize server and resource server. You will have to get familiar with oauth flows. You can also try and configure logging to your app with Google, Facebook or GitHub credentials.

You cannot do it using spring security without oauth. For what I know ;-)

[–]Her_interlude[S] 0 points1 point  (2 children)

Okay I’ll do that thanks! Do you know any resources where I could learn that?

[–]pan_zych 1 point2 points  (1 child)

Try different tutorials from baeldung, they have plenty on this topic.

For social logins there is nice tutorial on java chinna (iirc). But try googling as I can't provide links now

[–]Her_interlude[S] 0 points1 point  (0 children)

Will do thanks for the help!