Block a user
adf6c1e9dd
Merge pull request 'features/module-name' (#14) from features/module-name into main
bfa28e07da
updated rest testing
fbd799c8ed
Added migrations on startup
3acf9ac542
packages cleaned up and then updated the module name so I can import it into other projects!
8dd80e4806
even more module updates!
bfa28e07da
updated rest testing
fbd799c8ed
Added migrations on startup
3acf9ac542
packages cleaned up and then updated the module name so I can import it into other projects!
8dd80e4806
even more module updates!
935f8f5003
more module name updates
0c7c4d311e
Merge pull request 'features/working-on-scopes' (#13) from features/working-on-scopes into main
e0a517a765
Added the example on how to remove a scope from someone
69fb7a683b
updated how it looks to see what scopes to add
8f0e8e4d85
added remove scopes to the handler
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
e0a517a765
Added the example on how to remove a scope from someone
69fb7a683b
updated how it looks to see what scopes to add
8f0e8e4d85
added remove scopes to the handler
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
8a43c166a8
Renamed struct to update a users scopes
2e0596c924
rest test file has been updated
7dc072e849
scopes/add now requires jwt and minor ez response methods
02c6f4aae7
admin jwt now follows the same schema
f159582d34
user repo now adds a default scope on create and scopes can be replaced for a user
f67ed03c9d
add and remove scopes methods to user service
8f10fbfba1
mostly reworking how the JWT is processed
ec24600269
mostly pushing things into domain
0d90db89e5
added config to the Handler and trying out a standard payload return for unauthorized
538ff69c00
ignoring all .env files
7360d429ff
domain update
4981ef7f81
Merge pull request 'Basic JWT is now working' (#12) from features/jwt/maybe into main
565e6112a8
The jwt token is now checked to see if it expires and will return an error
faf0bec069
Heck yes! jwt is working and middleware is CHECKING IT !!!!!!!
2508dac595
woo! I can login and confirm my password with bcrypt!
dbe621ca05
model structs that are not used yet