Skip to content

I don't know why I post this. I was trying to figuring out multiauth in passport and you can reference it if you are doing the same as I did.

Notifications You must be signed in to change notification settings

thihakyaw/a-very-simple-multi-auth-using-laravel

Repository files navigation

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

What should I do?

First connect your database in .env by putting the name of the database you named

And then run "php artisan migrate"

And and then run "php artisan passport:install"

I did put postman file in this project root. "Multi-Auth.postman_collection.json" (Please set the environmental variable in postman.the variable I used are "url","passport_token","passport_token_admin". Set them in your environmental variable setting.)

I recommend testing with Postman.

About

I don't know why I post this. I was trying to figuring out multiauth in passport and you can reference it if you are doing the same as I did.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published