@hazeljs/auth 0.2.0-beta.48 → 0.2.0-beta.50
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @hazeljs/auth
|
|
2
2
|
|
|
3
|
-
**
|
|
3
|
+
**Auth that stays out of your way.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
JWT, guards, roles, refresh tokens — all with decorators. Protect routes in one line. No passport config, no middleware soup. Just `@UseGuard(AuthGuard)` and ship.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@hazeljs/auth)
|
|
8
8
|
[](https://www.npmjs.com/package/@hazeljs/auth)
|
|
@@ -480,5 +480,5 @@ Apache 2.0 © [HazelJS](https://hazeljs.com)
|
|
|
480
480
|
|
|
481
481
|
- [Documentation](https://hazeljs.com/docs/packages/auth)
|
|
482
482
|
- [GitHub](https://github.com/hazel-js/hazeljs)
|
|
483
|
-
- [Issues](https://github.com/
|
|
483
|
+
- [Issues](https://github.com/hazel-js/hazeljs/issues)
|
|
484
484
|
- [Discord](https://discord.gg/hazeljs)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hazeljs/auth",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.50",
|
|
4
4
|
"description": "Authentication and JWT module for HazelJS framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"@hazeljs/core": ">=0.2.0-beta.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "aefca57a74856e3b0055ad65843e2a61681f6b99"
|
|
55
55
|
}
|