Closed bronsonholden closed 1 year ago
@paulholden2 thanks so much for this ❤️ ! Want to see if @wadetandy has any input just because I was very surprised at this one. Otherwise LGTM 👍
@richmolj @wadetandy Gentle bump—not urgent as there's a workaround, but erroneously using localStorage
could cause some snafus!
Thanks @paulholden2 ❤️ ! @wadetandy LGTM?
When setting
jwtStorage
tofalse
on your record base class, the internal credential storage backend was not properly being updated.A minimal failing example of this that you can just run in Node is:
Reinitializing credential storage properly checks for this and disables it as expected.