Block a user
updated handlers to define if the response was an error
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
3796ed4d20
Adding info into the templ context to pull username and have the navbar understand it
d5fffa1d66
adding new routes to the api client
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
sqlc removed and adding sessionToken to jwt
sqlc removed and adding sessionToken to jwt
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
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
f39cfee6e8
minor cleanup for user stuff
83eb5581d4
Added a basic view to list articles
b55ad0a99b
Trying to debug cookies
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