Created JWT Authentication #25

Merged
rodude123 merged 5 commits from jwt-auth into master 2022-10-09 03:07:10 +01:00

5 Commits

Author SHA1 Message Date
3d4789ff7f updated ignore file
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-10-09 02:49:49 +01:00
4f46e2eb41 updated ignore file
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-10-09 02:48:09 +01:00
d9702e4ed7 removed ignored file
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-10-09 02:47:43 +01:00
e0b3afd262 updated gitignore to propperly ignore the files
Signed-off-by: rodude123 <rodude123@gmail.com>
2022-10-09 02:47:02 +01:00
98c026b946 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>
2022-10-09 02:40:06 +01:00