1.1.0 • Published 7 months ago

@universal-packages/core-authentication v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Core Authentication

npm version Testing codecov

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.

License

MIT licensed.

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago