|
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 |
|
|
7360d429ff
|
domain update
|
2024-03-31 17:47:39 -07:00 |
|
|
e0253f04e7
|
Added Scopes to the user table
|
2024-03-31 17:47:24 -07:00 |
|
|
6af8a2a0cd
|
refactored for domain
|
2024-03-31 17:46:40 -07:00 |
|
|
09235760d2
|
Added a config service
|
2024-03-31 17:46:20 -07:00 |
|
|
3487feed5c
|
moved models into domain
|
2024-03-31 17:46:04 -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 |
|
|
dbe621ca05
|
model structs that are not used yet
|
2024-03-26 17:54:46 -07:00 |
|
|
d2d524ac4e
|
playing with the handler to get jwt working
|
2024-03-26 17:54:22 -07:00 |
|
|
872db5b9e9
|
added a ErrorResponse struct
|
2024-03-26 17:53:51 -07:00 |
|
|
f78d78d061
|
added a interface and adding to CRUD
|
2024-03-26 17:53:22 -07:00 |
|
|
e08dbea213
|
added a shell repo for recipes
|
2024-03-26 17:52:38 -07:00 |
|
|
063e677869
|
trying to remove the user repo and use a service
|
2024-03-26 17:52:15 -07:00 |
|
|
0f7787d546
|
trying to create some separation between sql and user tasks. This might be too close to c# for go
|
2024-03-23 08:27:35 -07:00 |
|
|
b5791cd64e
|
Working on building out some good examples on how to handle routes
|
2024-03-23 08:26:49 -07:00 |
|
|
3c145d66af
|
the table accepts my record and I can rebuild it without a ORM!
|
2024-03-21 22:41:52 -07:00 |
|
|
d6f2fc3585
|
having goose run the first migration
|
2024-03-21 22:41:25 -07:00 |
|
|
7cf3e7943c
|
created the initial model
|
2024-03-21 22:41:05 -07:00 |
|
|
6e2d187148
|
Starting to get some basics in place.... its missing so much
|
2024-03-20 17:54:23 -07:00 |
|