0.0.33 • Published 3 years ago

@nlutilities/auth v0.0.33

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
3 years ago

Test branch

@nlutilities/auth

Helper library for the Northern Lights package that handles all aspects of authentication.

Installation

The @nlutilities/auth module can be installed using either npm rom the command line.

npm install @nlutilities/auth

or using yarn

yarn add @nlutilities/auth

Usage

const auth = require('@nlutilities/auth');

// TODO: DEMONSTRATE API

Development

Checkout the @nlutilities source repository to your local environment.

Local development uses yarn link to embed this project into a client project. Create your project locally using either create-next-app or create-next-app in a separate project folder.

Link the library to your client. Navigate to the @nlutilities/auth directory

cd /path/to/nlutilities/packcages/auth

then

yarn link

In a separate terminal, navigate to the client project

cd /path/to/my-react-project

Set up the link within the client project. This will tell yarn to use the local version of the project dependency instead of the remote library.

yarn link @nlutilities/auth

To enable live reloading, navigate back to the library directory and run

yarn watch

In your other terminal, start your dev server.

yarn dev

Get building!

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.30

3 years ago

0.0.31

3 years ago

0.0.33

3 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.26

4 years ago

0.0.27

4 years ago

0.0.28

3 years ago

0.0.29

3 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago