I was initially highly sceptical that #FusionAuth's AI on their docs page could possibly help me, but I did what it asked and would you imagine... it worked 🤯
@mooreds I think you might have some competition.
"he's an importer-exporter"
#FusionAuth easter eggs are some of my favorites 🤣
slides from my last fire talk at @DC512 ✌️💙🤓
pros to using identity aware proxies and a basic walkthrough of setting up OIDC auth via an AWS ALB with an identity provider
TL;DR don't expose your applications on the internet to untrusted sources, especially when it's very affordable to do otherwise
shout out to #FusionAuth for being an excellent choice
https://whitneychampion.com/portfolio/talks/identity_aware_proxies.pdf
I spent sooo many hours trying to get #remix to work with #fusionauth but I just couldn't get fetch to work properly. And since it was the first time I was using Remix and they had their own implementation of fetch, I thought the "connection closed" errors were because of something weird in Remix.
Nope. I forgot I was in a container making calls in Remix, so I was hitting localhost:9011 instead of fusionauth:9011.
That's time I'm never getting back...
#remix #fusionauth #webdev #facepalm #usererror
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
I can't even explain how much time #github #copilot saves me. This little suggestion (in grey) is pulling the correct IDs from somewhere else in this JSON. I don't have to go searching through this configuration file for these IDs. Plus... those suggestions for the name of the fields are correct based on #FusionAuth's API documentation. So many small moments of time are saved that have a huge impact on my day.
#github #Copilot #fusionauth #ai #webdev #vscode
I spent 4-years managing a team focused on #authentication using an #opensource project called #cas . It caused us so much heartache. This past week, I worked with getting #fusionauth setup in a docker environment, and this platform is beyond amazing... and free! I love that I can configure users for my dev environment by making API calls via their JSON config. It is beautiful. Combined with #mailcatcher and everything just works for a dev environment!
#authentication #opensource #CAS #fusionauth #mailcatcher
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