Is it bad practice to store passwords in a JWE? If so, why?
First of all, I know that passwords generally do not have to be stored in a JWT or JWS since the token in itself can be used to authenticate. My circumstances are very specific though.
In my program, I need to startup a process as the user… Continue reading Is it bad practice to store passwords in a JWE? If so, why?