@nerdfolio/ba-guest-list 0.0.3 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Plugin to provide fixed guest list login functionality for [better-auth](https://www.better-auth.com).
|
|
4
4
|
|
|
5
|
-
Intended use is for development testing and possibly demos with known login names, e.g. login as "Alice" or "Bob". You can use it with a single-input form or binding a name to a submit button.
|
|
5
|
+
Intended use is for development testing and possibly demos with known login names, e.g. login as "Alice" or "Bob". You can use it with a single-input form or binding a name to a submit button. Names are case insensitive.
|
|
6
6
|
|
|
7
7
|
The fixed guest list is defined on the server-side with optional roles so this plugin can also be used for testing roles.
|
|
8
8
|
You can optionally reveal the server guest list to the client (useful for demo login scenarios).
|
package/package.json
CHANGED