An open API service indexing awesome lists of open source software.

https://github.com/ethiel97/adonis_auth-api

A simple API with JWT authentication
https://github.com/ethiel97/adonis_auth-api

adonisjs jwt-authentication nodejs

Last synced: 6 months ago
JSON representation

A simple API with JWT authentication

Awesome Lists containing this project

README

          

## API Authentication with Adonis.js

Build an API with authentication in Adonis.js

## Getting Started
Make sure you have `npm` and `yarn` on your local machine

1. Clone this repository and cd into it
2. Run `yarn` or `npm install` to download dependencies
3. Set up your database in your `.env` file and run php `adonis migration:run`

### Prerequisites

* Adonis
* npm or Yarn

## Built With
* [Adonis](https://adonisjs.com/) - Beautiful NodeJs framework