added onlyVerified auth collection option

This commit is contained in:
Gani Georgiev
2023-12-06 11:57:04 +02:00
parent 865865fdeb
commit 31317df21c
43 changed files with 591 additions and 446 deletions
+4
View File
@@ -63,6 +63,10 @@
- Minor JSVM updates and fixes:
- updated `$security.parseUnverifiedJWT(token)` and `$security.parseJWT(token, key)` to return the payload result as plain object
- Removed incorrectly imported empty `local('')` font-face declarations.
- Added `onlyVerified` auth collection option to globally disallow authentication requests for unverified users.
## v0.20.0-rc3