User-1970279282 posted
When I created new project in visual studio 2019 (.net core 3.0 / angular8 / Individual user authentication) I can't find method (in .net core ) in which token that I get in angular is created. I was thinking it should be in login.cs (after scaffolding)
but there is no such thing. Anyone can tell me where I can find place where is this token created? I want just add roles from user to this token