I’m using asp.net web API with two login parts one for normal and one for a database login works great and the database login works great but i cant store the username in existing JSON WEB Token so i can use in other stored procedures with the username that i use to login in database login?
I have already tried to add a new claim when i execute the stored procedure but it didn’t also tried to store in header it didn’t work
Should i consider using two JSON Web Token or should i just try to update the existing one?
Vështrim Mulaku is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.