Spring Boot Security - Users & Roles

preview_player
Показать описание
Spring Boot Security - Users & Roles

Рекомендации по теме
Комментарии
Автор

Authentication: Who are you?
Authorization: What can you do?

cires-ihho
Автор

I know the principals of roles, permissions but i like how u described it as a house.

bilelbelghith
Автор

Bro that's coolest video i've ever seen, i've understood everything even if i'm not nature english speaker. You god of a teaching

WhiteWay-txqt
Автор

You are the best!!! How did you manage to explain this complex topic in such a way that even a 5-year-old would understand. Amazing!!!

adazejohnson
Автор

Thanks a lot for the content, ! For the first time I’m actually able to grasp the content and not just code blindly ! Great explaining and amazing content ! Very helpful

riddhibhardwaj
Автор

To get a better learning experience, do a 1.25x speed.

Anon-jziw
Автор

this playlist is awesome, I wish you made these tutorials using jdk17 or newer version

Bankai-Suigetsu
Автор

Thank you so much for the lesson, Teddy.

Devivl
Автор

Hi. I don't know if you're still reading comments under this series but I've got a question

You see, I've been working on app that has 2 types of users - employees and clients - that are stored in seperate tables, therefore they are seperate entities and use seperate models. For employees, I was planning to have 2 roles - a normal EMPLOYEE and ADMIN, while every client has a CLIENT role. I don't think it makes much sense to make a triple-join table between employees, clients and roles, so I wanted to ask if there's a way to automatically assign the role CLIENT to any user stored in the clients table, or should I just give in and make a join table with a role column, client column and employee column?

MyldFrnd
Автор

did you linked to database already or something to be able to see it in database view layer? cause i don't know if you did that part or just skipped ?

yacinehammi
Автор

Database ?? I am guessing that there was some postgres configuration in the previous series.

geosystems
Автор

Whats the Database plugin you are using?

aniruddha
Автор

Hi, is it better to use enum than class for roles?

mccayl
Автор

I was struggling to connect my react to spring boot back-end with security, i wish you could make a video about it. i will also try to use the knowledge i gathered here to work it out.

travahnetshisaulu
Автор

Can we use ENUM for the User's roles instead of creating new classes and tables, wouldn't it be easier or it won't work with the ENUM?

gosumarti
Автор

Hello, this is a really great tutorial! I was wondering if the roles could be an actual field in the User Entity or if is it always better to create a table for the roles

adedejionigbinde
Автор

I wish there was one for a MongoDb database

TheQuancy
Автор

But if role has many like it should be string like if user save roles means how to do

kavinkumar
Автор

Hi Man, great tutorial! I was wondering cuz my teacher said that i can't use fetchType.EAGER in this Set<Role> roles but without that, i can't even authorize user in postman with 401 unauthorized, because i think roles for this user are not load. Do you have idea how to replace this EAGER fetch to something different?

MaraGaaming
Автор

let's say that i've been creating two user with the same role (admin), is it correct to have duplicated role in the 'role' table ?

kamiikazeharch