Add unit tests to cover lucia (authentication - login/registration/tokens/access controls/etc) #235
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Thanks to @acoreyj , we now have a full implementation of Lucia js (https://lucia.js.org/)
We need to add unit/integration tests to cover this new functionality.
I did start on a simple auth test here:
src/cms/admin/auth.test.ts
This should cover:
See here for more info:
https://sonicjs.com/authentication
There are also some tests that broke as a result of these changes that need to be fixed.
The text was updated successfully, but these errors were encountered: