Skip to content

jesperbeisner/JWT-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

JWT-Test

Just a small implementation of frontend and backend communicating and securing parts of the backend with JWT. Just for testing purposes and to see if this is working and the right way of doing such things.

Setup

Local PHP8 version needed!

In the backend folder run:

composer install

Open two terminals in the JWT-Test folder and run:

php -S localhost:8080 -t ./backend/public
php -S localhost:8081 -t ./frontend/public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published