1.1.0 • Published 7 months ago
@universal-packages/core-authentication v1.1.0
Core Authentication
Authentication universal-core module abstraction. It exposes the authentication subject to start accessing the authentication dynamic api
Install
npm install @universal-packages/core-authentication
Initialization
ucore initialize authentication
Typescript
In order for typescript to see the global types you need to reference the types somewhere in your project, normally ./src/globals.d.ts
.
/// <reference types="@universal-packages/core-authentication" />
This library is developed in TypeScript and shipped fully typed.
Contributing
The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.