Adonis Jwt Api Starter

screenshot of Adonis Jwt Api Starter
vue

Boilerplate for creating a JWT API server in AdonisJs with vuejs as backend.

Overview:

The AdonisJS JWT is a boilerplate for creating an API server in AdonisJs. It comes pre-configured with various features such as Bodyparser, Authentication, Authorization, and more. This boilerplate provides a set of API endpoints for user authentication, user profile management, and more.

Features:

  • Bodyparser: Easily parse incoming request bodies in JSON, form, or other formats.
  • Authentication: Provides API endpoints for user authentication, including authorizing users, signing up, and verifying email addresses.
  • Authorization: Allows for assigning roles to users, removing users, and managing user bans.
  • User Profile: Provides API endpoints for managing user profiles, including updating first name and last name.

Summary:

The AdonisJS JWT is a powerful boilerplate for creating an API server in AdonisJs. It comes with several key features such as authentication, authorization, and user profile management. The installation process is straightforward, and the documentation provides clear instructions on how to set it up. Overall, this boilerplate can be a useful tool for developers looking to quickly create an API server with AdonisJs.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.