What’s the use of adding an ’empty’ identity in this custom claims example?
While reading the documentation for adding custom claims, I don’t understand what the use is of ‘always’ adding the identity.
I’m trying to make a login system in C language that hides the password with ‘*’ while inputting, and loops back when the user enters the wrong info
However there are two problems with my code: