• Joined on 2023-06-02
jtom38 created pull request jtom38/go-cook#13 2024-04-03 16:12:58 -07:00
features/working-on-scopes
jtom38 pushed to features/working-on-scopes at jtom38/go-cook 2024-04-03 16:12:44 -07:00
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
Compare 12 commits »
jtom38 pushed to features/working-on-scopes at jtom38/go-cook 2024-03-31 18:05:41 -07:00
615f1184ab if a user provides the env admin token, a token will generate with god permissions
jtom38 created branch features/working-on-scopes in jtom38/go-cook 2024-03-31 17:49:20 -07:00
jtom38 pushed to features/working-on-scopes at jtom38/go-cook 2024-03-31 17:49:20 -07:00
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
Compare 10 commits »
jtom38 pushed to main at jtom38/go-cook 2024-03-29 14:51:02 -07:00
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
Compare 13 commits »
jtom38 deleted branch features/jwt/maybe from jtom38/go-cook 2024-03-29 14:51:02 -07:00
jtom38 merged pull request jtom38/go-cook#12 2024-03-29 14:51:01 -07:00
Basic JWT is now working
jtom38 created pull request jtom38/go-cook#12 2024-03-29 14:50:50 -07:00
Basic JWT is now working
jtom38 pushed to features/jwt/maybe at jtom38/go-cook 2024-03-29 14:50:03 -07:00
565e6112a8 The jwt token is now checked to see if it expires and will return an error
jtom38 opened issue jtom38/go-cook#11 2024-03-28 21:26:17 -07:00
A Recipe need to have tags applied to them
jtom38 opened issue jtom38/go-cook#10 2024-03-28 21:25:28 -07:00
Would be nice to be see if instances could share recipes with each other
jtom38 opened issue jtom38/go-cook#9 2024-03-28 21:23:56 -07:00
A user should be able to setup a shopping list
jtom38 opened issue jtom38/go-cook#8 2024-03-28 21:23:00 -07:00
Need to be able to add a Recipe by hand
jtom38 pushed to features/jwt/maybe at jtom38/go-cook 2024-03-27 21:55:31 -07:00
faf0bec069 Heck yes! jwt is working and middleware is CHECKING IT !!!!!!!
jtom38 pushed to features/jwt/maybe at jtom38/go-cook 2024-03-27 17:24:31 -07:00
2508dac595 woo! I can login and confirm my password with bcrypt!
jtom38 created branch features/jwt/maybe in jtom38/go-cook 2024-03-26 17:54:54 -07:00
jtom38 pushed to features/jwt/maybe at jtom38/go-cook 2024-03-26 17:54:54 -07:00
dbe621ca05 model structs that are not used yet
bbdbb38711 postman for vscode
d2d524ac4e playing with the handler to get jwt working
872db5b9e9 added a ErrorResponse struct
f78d78d061 added a interface and adding to CRUD
Compare 9 commits »
jtom38 opened issue jtom38/go-cook#7 2024-03-25 09:02:14 -07:00
Need to have roles to define permissions
jtom38 opened issue jtom38/go-cook#6 2024-03-25 09:01:38 -07:00
Need to have JWT tokens for auth