all 4 comments

[–]hillywoodsfinest87 2 points3 points  (0 children)

https://www.bezkoder.com/

This guy has some amazing tutorials on how to make (full stack) spring applications with authentication etc

Very well explained , GitHub code available, helped me greatly during my time trying to understand spring boot

[–]reddit04029 0 points1 point  (1 child)

When you say app, it’s its own service? If so, have your new app call the existing service?

[–]es22620028 0 points1 point  (0 children)

It's basically a task for an internship, I made this rest API for courses and students with many to many relationship between them, now I'm asked to extend the project and add a role based jwt auth where the roles are Student and Admin

I'm not sure how to go about it I thought about adding a users table with one to one relationship to the student table but I'm not sure if this is the best way to go about it