• Joined on 2023-06-02
jtom38 created pull request jtom38/go-cook-portal#1 2024-04-09 07:30:04 -07:00
first push
jtom38 created branch features/first-push in jtom38/go-cook-portal 2024-04-09 07:29:51 -07:00
jtom38 pushed to features/first-push at jtom38/go-cook-portal 2024-04-09 07:29:51 -07:00
db947feb2c first push
jtom38 created repository jtom38/go-cook-portal 2024-04-09 07:20:24 -07:00
jtom38 deleted branch features/module-name from jtom38/go-cook 2024-04-05 17:55:08 -07:00
jtom38 merged pull request jtom38/go-cook#14 2024-04-05 17:55:07 -07:00
features/module-name
jtom38 pushed to main at jtom38/go-cook 2024-04-05 17:55:07 -07:00
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!
Compare 10 commits »
jtom38 created pull request jtom38/go-cook#14 2024-04-05 17:54:16 -07:00
features/module-name
jtom38 created branch features/module-name in jtom38/go-cook 2024-04-05 17:53:56 -07:00
jtom38 pushed to features/module-name at jtom38/go-cook 2024-04-05 17:53:56 -07:00
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
Compare 9 commits »
jtom38 pushed to main at jtom38/go-cook 2024-04-04 15:31:55 -07:00
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
Compare 29 commits »
jtom38 deleted branch features/working-on-scopes from jtom38/go-cook 2024-04-04 15:31:55 -07:00
jtom38 merged pull request jtom38/go-cook#13 2024-04-04 15:31:54 -07:00
features/working-on-scopes
jtom38 pushed to features/working-on-scopes at jtom38/go-cook 2024-04-04 15:31:30 -07:00
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
Compare 5 commits »
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 »