# @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: ```bash npm install @daffodil/auth --save ``` Install with yarn: ```bash yarn add @daffodil/auth ```