Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 330 Bytes

@daffodil/auth

@daffodil/auth manages the login and registration of users and their corresponding access tokens.

Installation

To install @daffodil/auth, use the following commands in your terminal.

Install with npm:

npm install @daffodil/auth --save

Install with yarn:

yarn add @daffodil/auth