Jon
Jon
I would really like this Screen Time feature on Brave -- I'm going to have to use Screen Time to block all non-Safari browsers until this feature is added.
I've asked this question on ElixirForum.com https://elixirforum.com/t/solving-auth-once-and-for-all-does-this-proposed-solution-make-sense/44143 -- I'm interested in identifying my blindspots and misunderstandings.
@nelsonic thanks for the extremely useful insight you added. I'm going to try to get your auth app running again. I'm kind of surprised that this isn't the default way...
@nelsonic I'd be curious what you think about taking an approach like Firebase or Supabase for authentication. https://firebase.google.com/docs/auth https://supabase.com/docs/guides/auth
@nelsonic thanks for a thoughtful response. I guess we're still undecided on how we're going to handle auth. It seems like we may be able to use Firebase auth from...
I'd be curious to compare your offering to KeyCloak, as well. KeyCloak seems to be a fairly widely used java implementation of what you've tried to build in this `auth`...

I think it is something to do with how the .env file is read. I assumed that I should source the env file -- i.e., make sure the variables were...
Ok, I got to a 401 error -- **Sorry, invalid AUTH_API_KEY**. That is good progress.
ok, so I'm noticing that `AUTH_API_KEY` is not mentioned in your README. I think it would be helpful for me to have a slightly better understanding of what is going...