Back
Similar todos
Load previous page…
Basic OAuth flow working 💪#simplegoalz
finished setting up auth for #blankpage
auth0 hello world project
Continued trying to get the authentication system working. #govuetifytemplate
Registration with Auth0 #1m1l
Auth and WorkOS setup and working in production #foxquery
fix bug with Auth0 integration #useauth
make useAuth v1.0.0 configuration super easy #useauth
Try to implement Auth0 component on front #notifizz
get Auth0 integrated w/ log in and log out functionality
Finish sign in and auth flows end-to-end testing. It works! I have a product! Now to integrate my LemonSqueezy store w/ webhooks so that people will pay me for it #simpleotp
move auth0 stuff to custom domain #dashful
Finished the webauthn registration endpoint and checked to see that it's working. Should have webauthn support live for simpleotp.com by some time next week! #simpleotp
Got back into working on my HN-jobs-auto-applier: Built the UI to allow a user to click a button to connect their gmail account to my app and have it save access / refresh tokens to the backend...fixed misc things that broke for unknown reasons...got the backend deploying to digital ocean without erroring, not sure why it stopped working...currently trying to figure out why, when I ssh into my server, it seems to show me at an older commit, when my github action seems to be working without errors and having me at the newest commit...figured out that I was running the wrong command to check the current commit, IDK why an older commit was still present in some of the files...FINALLY got prod working where I can sign into gmail, upload my resume, and send an email to myself. FUCK that was so much harder than it should've been...added a netlify.toml redirect so that I can go to whatdo.com/jobs and have it load the SPA instead of 404ing...fixed a bug where a refresh token wasn't being saved to the db in prod...
create app on auth0 #okdog
Felt great upon waking up after taking 300mcg melatonin last night before bed; today getting login working: figured out how to translate the email/password validators used in Let's Go Further to Huma's way of doing input validation so the API will return an error if the email/password don't pass basic sanity checks; figured out how to return a 404 error with Huma if the user isn't found in the database; got the code working that checks the supplied password against the hashed password in the db and returns a 401 error if they don't match; pushed pass my normal 2-hour daily work limit to get the endpoint working (returning a token) so I can move on to something else because this sucks. Next up (tomorrow): get the front-end to receive/save the auth token and send it when signing in / etc. #govuetifytemplate