1.0.17 • Published 6 years ago

@diemtarh/detalex-client-lib v1.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

Login Service

Client-side processing of sso token handling.
Use service http://usr.detalex.de/ to process user authorisation for you services.

install

npm i @diemtarh/detalex-client-lib

Use IUser interface to cust you payload data.

interface IUser {
  admin: boolean;
  firstName: string;
  lastName: string;
  eMail: string;
  id: string;
}

Test it

npm test

Explore 'src/app.spec.ts' for more understanding.

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.11

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago