auth-events 0.0.9 → 0.0.10
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 +5 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ auth.emit("password_changed", {
|
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|
|
129
|
-
|
|
129
|
+
Where Can You Use This?
|
|
130
130
|
|
|
131
131
|
- Security monitoring
|
|
132
132
|
- Session management
|
|
@@ -138,7 +138,7 @@ auth.emit("password_changed", {
|
|
|
138
138
|
|
|
139
139
|
---
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
Works With
|
|
142
142
|
|
|
143
143
|
- Auth0
|
|
144
144
|
- Clerk
|
|
@@ -148,24 +148,20 @@ auth.emit("password_changed", {
|
|
|
148
148
|
|
|
149
149
|
---
|
|
150
150
|
|
|
151
|
-
|
|
151
|
+
Philosophy
|
|
152
152
|
|
|
153
153
|
**Authentication tells you who the user is.**
|
|
154
154
|
**auth-events tells you what to do next.**
|
|
155
155
|
|
|
156
156
|
---
|
|
157
157
|
|
|
158
|
-
|
|
158
|
+
Contributing
|
|
159
159
|
|
|
160
160
|
Contributions and feedback are welcome.
|
|
161
161
|
Open an issue or submit a pull request 🚀
|
|
162
162
|
|
|
163
163
|
---
|
|
164
164
|
|
|
165
|
-
|
|
165
|
+
License
|
|
166
166
|
|
|
167
167
|
MIT License
|
|
168
|
-
<<<<<<< HEAD
|
|
169
|
-
|
|
170
|
-
=======
|
|
171
|
-
>>>>>>> 733ea20 (chore: prepare release)
|