Well, I guess now that I have #react and #fusionauth working beautifully together on my ephemeral environment "docker compose up" auto-populates users for dev, creates a few lambdas for modifying JWTs, and sets up CORS - I'm done with the #authentication part of my project. Time to turn my focus to #cerbos for #authorization.
#react #fusionauth #authentication #cerbos #authorization #webdev
Finally got my #docker containers up and running with my project (#nestjs and #react + #vite + #tailwindcss + #daisyui), #fusionauth (for AuthN), #cerbos (for AuthZ),#mailcatcher (for local SMTP), #postgres, and #adminer (for Postgres inspection).
I never really leveraged Docker this much for a personal project. It's pretty crazy though to be able to get all of this up and running in under 30-seconds from when I enter "docker compose up"
#docker #nestjs #react #vite #tailwindcss #daisyui #fusionauth #cerbos #mailcatcher #postgres #adminer #webdev #code #softwareengineering