Commit Graph

17 Commits

Author SHA1 Message Date
9bc36bae7f if the admin token is null then it will fail an admin login. Also added the remove scopes logic and it worked for me 2024-04-04 15:30:22 -07:00
7dc072e849 scopes/add now requires jwt and minor ez response methods 2024-04-03 16:12:18 -07:00
02c6f4aae7 admin jwt now follows the same schema 2024-04-03 16:11:46 -07:00
373f7da678 auth now uses UrlFormEncoded like it should 2024-04-01 17:50:07 -07:00
b3ee4e420b found a bug that would let the same username get used over and over 2024-04-01 17:48:38 -07:00
f591dadd3b adminToken validation now has its own method 2024-03-31 18:10:53 -07:00
593ce11c6b moved jwt things to its own file 2024-03-31 18:09:24 -07:00
615f1184ab if a user provides the env admin token, a token will generate with god permissions 2024-03-31 18:05:33 -07:00
8f10fbfba1 mostly reworking how the JWT is processed 2024-03-31 17:49:09 -07:00
ec24600269 mostly pushing things into domain 2024-03-31 17:48:44 -07:00
0d90db89e5 added config to the Handler and trying out a standard payload return for unauthorized 2024-03-31 17:48:23 -07:00
565e6112a8 The jwt token is now checked to see if it expires and will return an error 2024-03-29 14:49:57 -07:00
faf0bec069 Heck yes! jwt is working and middleware is CHECKING IT !!!!!!! 2024-03-27 21:55:25 -07:00
2508dac595 woo! I can login and confirm my password with bcrypt! 2024-03-27 17:24:23 -07:00
d2d524ac4e playing with the handler to get jwt working 2024-03-26 17:54:22 -07:00
b5791cd64e Working on building out some good examples on how to handle routes 2024-03-23 08:26:49 -07:00
6e2d187148 Starting to get some basics in place.... its missing so much 2024-03-20 17:54:23 -07:00