acrolink

acrolink

For an API only Phoenix Application I am looking for an authentication / user registration solution providing:

A. Email and password authentication.
B. Social authentication [Google, Apple, Facebook].

I think the best way to achieve this is by integrating Firebase Authentication or AWS Cognito into the project.

The question, how to do that ? Any ideas ?

Thank you :pray:t2:

Showing Posts 1 to 4

acrolink

acrolink OP

Update 2024-07-19

For now, I have forked this library (to update dependency versions):

https://github.com/acrolink/ExFirebaseAuth

This library can be used in order to decode a Firebase Auth Token and extract from it the Firebase UID. So I guess, I need to write my own code in order to use that Firebase UID to register or lookup a user at my database. The Firebase UID can be used, I think, as a unique and primary key for my users table.

Once I decode the token and map the UID to my users table, I can then assign the user object to the conn and this way authorize him to perform certain actions.

Registration, changing passwords, using Facebook or Apple to sign in / up, can all be handled by Firebase.

Reasonable?

kold-stytch

kold-stytch

My suggestion wouldn’t be one of those hosted auth providers, but Stytch, since it’s an API-first auth provider with email and password auth, social auth and other integrations if you need them. Check out the docs and happy to answer any specific questions.

itzmidinesh

itzmidinesh

As someone currently building an API-only Phoenix app, I recommend using phx.gen.auth for email and password authentication, though you’ll need to tweak it for an API-only approach.

A better option is to implement custom authentication using Guardian for token generation and verification, but this requires a good understanding of how to handle security.

If pricing is not a concern, consider options like Clerk. Most user management platforms won’t have SDKs for Elixir/Phoenix, so you’ll need to write custom integration code. I used Clerk in my project before switching to custom auth.

For social authentication, Ueberauth works well out of the box. You can find more about Ueberauth here.

Let me know if you have any questions.

conradfr

conradfr

I did it last year with guardian, guardian_phoenix and ex_firebase_auth

Still had to write a lot of code, both backend and frontend.

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
Onor.io
I have what I’ve heard referred to as a “lookup table” in my database. This is a way of assigning codes to common values. One common lo...
New
Trolleger
What approach to take when sending live updates to “random” users Hi! I have a question, I have a little chat app, and when I create a DM...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
matt-savvy
Anyone here using Honeybadger? My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of Bandit.HTTPError...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews