bbmb-sso-login 1.0.0
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 +15 -0
- package/dist/pkg-index.js +8668 -0
- package/dist/pkg-index.mjs +8647 -0
- package/package.json +36 -0
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# SSO Login
|
|
2
|
+
|
|
3
|
+
Project documentation is available here:
|
|
4
|
+
|
|
5
|
+
- [Full User Manual](./docs/SSO_LOGIN_USER_MANUAL.md)
|
|
6
|
+
|
|
7
|
+
The manual covers:
|
|
8
|
+
|
|
9
|
+
- login and forgot-password flow
|
|
10
|
+
- user dashboard tabs
|
|
11
|
+
- super admin dashboard tabs
|
|
12
|
+
- sidebar management sub-tabs
|
|
13
|
+
- token/session handling
|
|
14
|
+
- project launch flow
|
|
15
|
+
- API/integration documentation areas
|