@diemtarh/detalex-client-lib
TypeScript icon, indicating that this package has built-in type declarations

1.0.17 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i @diemtarh/detalex-client-lib

Weekly Downloads

19

Version

1.0.17

License

ISC

Unpacked Size

15.2 kB

Total Files

17

Last publish

Collaborators

  • diemtarh