Block a user
moving code into the internal package
moving code into the internal package
13d6e33b72
Merge pull request 'Refresh Token Support and package refactor based on best practice docs' (#18) from features/restructure-go-recommendations into main
7d6e7d46cd
small helper file updates
26820d80f7
uuid was added
9627c51e7a
minor changes to requests and responses
be337b4bb9
auth handler now can work with refresh token request
jtom38
deleted branch features/restructure-go-recommendations from jtom38/go-cook
2024-04-21 10:30:53 -07:00
Refresh Token Support and package refactor based on best practice docs
Refresh Token Support and package refactor based on best practice docs
jtom38
created branch features/restructure-go-recommendations in jtom38/go-cook
2024-04-21 10:29:52 -07:00
jtom38
pushed to features/restructure-go-recommendations at jtom38/go-cook
2024-04-21 10:29:52 -07:00
7d6e7d46cd
small helper file updates
26820d80f7
uuid was added
9627c51e7a
minor changes to requests and responses
be337b4bb9
auth handler now can work with refresh token request
8482afed8d
small improvement to creating a jwt logic
acda30ee33
Merge pull request 'features/client-side-settings' (#3) from features/client-side-settings into main
fe4293b02f
minor changes
a110f2de73
the base layout now pulls the cookie for darkmode and loads it into the context
9dbd8e0e00
Same thing here, once they post a new value just return something basic for now
2086ff3547
simple loginPost to avoid double layouts
jtom38
deleted branch features/client-side-settings from jtom38/go-cook-portal
2024-04-14 19:40:32 -07:00
features/client-side-settings
features/client-side-settings
fe4293b02f
minor changes
a110f2de73
the base layout now pulls the cookie for darkmode and loads it into the context
9dbd8e0e00
Same thing here, once they post a new value just return something basic for now
2086ff3547
simple loginPost to avoid double layouts
cda43e8ae2
updated the cookie view to show darkmode settings
jtom38
created branch features/client-side-settings in jtom38/go-cook-portal
2024-04-14 18:39:08 -07:00
6cfc53901e
working on getting the clientside settings in place
f9c7032e92
domain updates
22940d952c
added a custom viewmodel for SettingsView
a4d5b7ade3
moving things to use WithLayout and push the darkmode theme to a cookie that is pulled on layout render
68c44812d8
vscode config
150c54c4bd
Merge pull request 'features/jwt-adustments' (#17) from features/jwt-adustments into main
db3baa0328
jwt now sends the issuer
08c2e36881
envconfig updated
8e5867c46d
adding apiurl to env so we can define the issuer