3.3.2 • Published 9 years ago

@seges/angular-authentication-service v3.3.2

Weekly downloads
2
License
ISC
Repository
-
Last release
9 years ago

Authentication service for SEGES angular applications

Prerequisites

Angular UI router TypeScript 1.x

How to use

Five things must be set up using the authenticationProvider:

  • Bearer token (storedTokenKey)
  • Expiry date of the bearer token (storedTokenExpiryKey)
  • Authentication URL that points to a login page (externally)
  • Logout URL that logs the user out (externally)
  • A moment constructor

Afterwards the static method moduleRun on the authentication service must be run to ensure catching state changes.

Then inject the service as dependency where logins/logouts are handled.

3.3.2

9 years ago

3.3.1

9 years ago

3.3.0

9 years ago

3.2.0

9 years ago

3.1.0

9 years ago

3.0.4

9 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

2.5.0

9 years ago

3.0.0

9 years ago

2.4.1

10 years ago

2.4.0

10 years ago

2.3.0

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago