Created the JWT authentication for the editor so that it's more secure and can potentially be used to create a desktop app in the future. Used Tuupola's JWT auth middleware implementation to help with the auth part. Used Firebase's JWT method to create the token

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
2022-10-09 02:40:06 +01:00
parent c22e7f41b1
commit 98c026b946
13 changed files with 728 additions and 64 deletions
+2 -2
View File
@@ -75,5 +75,5 @@ fabric.properties
.env
vendor/*
node_modules/*
src/api/config.php
dist/api/config.php
./src/api/config.php
./dist/api/config.php