• Joined on 2023-06-02
jtom38 merged pull request jtom38/newsbot-api#10 2024-06-02 17:28:11 -07:00
updated handlers to define if the response was an error
jtom38 created pull request jtom38/newsbot-api#10 2024-06-02 17:27:59 -07:00
updated handlers to define if the response was an error
jtom38 created branch features/baseMessage-defines-isError in jtom38/newsbot-api 2024-06-02 17:27:40 -07:00
jtom38 pushed to features/baseMessage-defines-isError at jtom38/newsbot-api 2024-06-02 17:27:40 -07:00
c05e7c3aea updated handlers to define if the response was an error
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-26 19:30:16 -07:00
c873eaef3e Adding profile, trying to get footer to stick and some other random things
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-26 10:00:51 -07:00
3796ed4d20 Adding info into the templ context to pull username and have the navbar understand it
d5fffa1d66 adding new routes to the api client
Compare 2 commits »
jtom38 deleted branch features/sessiontokens from jtom38/newsbot-api 2024-05-26 09:02:22 -07:00
jtom38 pushed to main at jtom38/newsbot-api 2024-05-26 09:02:21 -07:00
877a6a9619 Merge pull request 'sqlc removed and adding sessionToken to jwt' (#9) from features/sessiontokens into main
7d4648e78b sqlc removed and adding sessionToken to jwt
Compare 2 commits »
jtom38 merged pull request jtom38/newsbot-api#9 2024-05-26 09:02:19 -07:00
sqlc removed and adding sessionToken to jwt
jtom38 created pull request jtom38/newsbot-api#9 2024-05-26 09:01:53 -07:00
sqlc removed and adding sessionToken to jwt
jtom38 created branch features/sessiontokens in jtom38/newsbot-api 2024-05-26 09:00:38 -07:00
jtom38 pushed to features/sessiontokens at jtom38/newsbot-api 2024-05-26 09:00:38 -07:00
7d4648e78b sqlc removed and adding sessionToken to jwt
jtom38 pushed to main at jtom38/newsbot-api 2024-05-26 07:52:35 -07:00
47058dd866 sqlc removed and adding sessionToken to jwt
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-19 10:02:42 -07:00
5a950af7a1 minor adjustments to the layout
97c08947a9 moved the Render func to util given I will add new context items
2810aa9de0 trying to add a filter bad
Compare 3 commits »
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-18 22:40:21 -07:00
8d83d6f545 starting to build out how to view articles
0183bd43e5 cookies now better names
be8fc7cfaa cookies are bound site wide
218ccaf9ec starting to enforce the jwt on the client
dc461bcb67 adding some debug
Compare 6 commits »
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-12 10:46:23 -07:00
f39cfee6e8 minor cleanup for user stuff
83eb5581d4 Added a basic view to list articles
b55ad0a99b Trying to debug cookies
Compare 3 commits »
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-12 09:35:18 -07:00
a10358ff91 users can now register with the service
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-12 09:23:27 -07:00
3c35824dc5 Removed the adminSecret because it does not exist here, API only.
cd76404fe8 defining cookie keys for logging in
5c0c7dfd32 getting some basic pages for testing
668ed978ba Was able to login and get a response from the api
2fc017bcae Used the stock navbar to start with
Compare 6 commits »
jtom38 created branch features/bootstrapping in jtom38/newsbot-portal 2024-05-11 09:56:23 -07:00
jtom38 pushed to features/bootstrapping at jtom38/newsbot-portal 2024-05-11 09:56:23 -07:00
cf0795d77f starting to build things out