Any solutions for Elixir and Phoenix, we currently have component and live view is leveling up quite nicely to be able to isolate the auth from the DB/App.
We don't have SDKs for these yet, but you can always spin up a node process with our node SDK and use that as the auth server for your Elixir app. The node process would create a session and issue JWTs to the frontend which can be sent to the Elixir backend for API auth.