Coder Social home page Coder Social logo

laravel-jwt-dingo-api-boilerplate's Introduction

Build Status Total Downloads Latest Stable Version License

Laravel Dingo API JWT Boilerplate

This laravel boilerplate use to build an API in seconds. In this I have done an AUTH modules

this boilerplate used below packages

Installation

  • first clone the repository by this command git clone https://github.com/tharun148/laravel-jwt-dingo-api-boilerplate;
  • Move to project folder run composer install
  • Create a .env file in root folder
  • Copy the .env.example file content to .env
  • In .env file give the application details
  • Generate application key by php artisan key:generate
  • After run php artisan migrate for generating database migration
  • php artisan jwt:secret to generate jwt key in .env file

AUTH Api details

  • POST api/auth/login, to do the login and get your access token;
  • POST api/auth/signup, to create a new user into your application;
  • POST api/auth/recovery, to recover your credentials;
  • POST api/auth/reset, to reset your password after the recovery;
  • POST api/auth/refresh, to refresh your token;
  • POST api/auth/logout, to remove the token;

Feedback

For any questions or feedback, feel free to send me an email at [email protected].

License

The Laravel framework is open-sourced software licensed under the MIT license.

laravel-jwt-dingo-api-boilerplate's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar tharun148 avatar

Watchers

 avatar

laravel-jwt-dingo-api-boilerplate's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.