Spring Lemon comes with UNVERIFIED, BLOCKED and ADMIN Roles. I'm refering to the Role interface in the AbstractUser class. What do I do in my code, to have several additionnal roles ?
I need two roles, say TEACHER, and STUDENT, and also to make the user be a student by default on signup.