@dan no, I mean to do a reset of the entire fusionauth.
It's ok we worked out the easiest way was dumping the db and letting it all get regenerated. and going from there.
N
Best posts made by nicholas.tsaoucis
-
RE: reset fusionauth using the cli
-
RE: using fusionauth to generate a jwt that is able to be used with google firebase customToken authentication.
I experimented with the
/api/jwt/vend
and it does exactly what I need it to do.
creating a temporary JWT using a key saved in keymaster which allows access to all claims (only locked ones were the key life related ones)
solved perfectly.