Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@mediaspy/auth-tools

MediaSpy26ISC3.2.0TypeScript support: included

null

MediaSpy

readme

changelog

3.1.0

Remove profileId from AuthStrategy validate function.

3.0.0 - 3.0.1

Replace jsonwebtoken expiration check with manual expiration check.

2.1.0

Remove AuthModule. Make AuthStrategy as configurable provider.

2.0.1

Remove AuthGuard unit tests.

2.0.0

Add DynamicModule support.

1.1.1

Add profileId to JWT payload.

1.1.0

Remove AuthStorage.

Now, when a user is blocked, the access token is not placed in the storage, but is valid until the end of its expiration

1.0.3

Extend ScopesGuard to work with rules.

Now allowed nested scopes and root scopes like so: 'auth:*', 'auth:*:read', '*:read', 'auth:users:*'