Latest #authentication Threads Top

dli
I’ve been reading the Phoenix Scopes guide and had a question about how scopes interact with LiveView security. From what I can tell, the...
New
brainlid
Episode 284 of Thinking Elixir. News includes José Valim announcing that Elixir v1.20 is well underway with full-type inference possibly ...
New
ostap
After opening a magic link, the user must click a confirmation button to log in and invalidate the token. I assume this exists to prevent...
New
plumdot
Hi everyone. I am following along the Phoenix docs for auth. When discussing Scopes, we’re supposed to have a lib/my_app/accounts/scope....
New
alexslade
We’re about to commit to giving SSO to some clients who have requested it. They will accept either OIDC or SAML (though we have suspicion...
New
sreyansjain
Since Hologram is getting production ready, and Authentication and Authorization is a crucial step in making production apps, let’s discu...
New
CodeSync
Authorization & Access Control: Case Studies and Practical Solutions using Elixir - Michał Buszkiew Comments welcome!...
New
udoschneider
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
New
Bedtimestory9
So I’m working on a spending tracker app, and I want everyone gets to use the app without logging in as a user first. I also want the non...
New
serpent
Just getting into multi-tenancy and the Ash support for it. My schema looks like: Organisation (global, tenant entity) Identity (global...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

danschultzer
None of the current solutions worked well for me, so I went ahead and built a user management system from scratch. This project took far...
548 29377 241
New
type1fool
WebAuthnLiveComponent WebAuthnComponents See this post about renaming the package. Passwordless authentication for Phoenix LiveView app...
New
CodeSync
Authorization & Access Control: Case Studies and Practical Solutions using Elixir - Michał Buszkiew Comments welcome!...
New
alexslade
We’re about to commit to giving SSO to some clients who have requested it. They will accept either OIDC or SAML (though we have suspicion...
New
serpent
Just getting into multi-tenancy and the Ash support for it. My schema looks like: Organisation (global, tenant entity) Identity (global...
New
lardcanoe
I am using ash_auth for password/google registration/signup. I was looking into also using it to let a user connect to a 3rd party servi...
New
sreyansjain
Since Hologram is getting production ready, and Authentication and Authorization is a crucial step in making production apps, let’s discu...
New
Bedtimestory9
So I’m working on a spending tracker app, and I want everyone gets to use the app without logging in as a user first. I also want the non...
New
dli
I’ve been reading the Phoenix Scopes guide and had a question about how scopes interact with LiveView security. From what I can tell, the...
New
ostap
After opening a magic link, the user must click a confirmation button to log in and invalidate the token. I assume this exists to prevent...
New
plumdot
Hi everyone. I am following along the Phoenix docs for auth. When discussing Scopes, we’re supposed to have a lib/my_app/accounts/scope....
New
brainlid
Episode 284 of Thinking Elixir. News includes José Valim announcing that Elixir v1.20 is well underway with full-type inference possibly ...
New
udoschneider
I’m currently exploring how Livebook can be utilised in forensic scenarios such as law enforcement or cybersecurity, specifically for inv...
New

Last Three Year's Trending Top

kuon
When reading about live view, I read this from José: Why would the login be an horrible idea for LiveView? And, as a more general ques...
New
marcin
Hi! I am just looking for a simple :crossed_fingers: way to sign in users from GitHub and GitLab. I am using Phoenix 1.6, so my go to a...
New
vegabook
I’m communicating between Python and Elixir. Python reads my (Linux-standard, ssh-keygen with no options) ~/.ssh/id_rsa.pub, pem-encodes ...
New
jstone
Hello, Im having issue, having multiple layouts. Layouts for Admin (System Access / Portal / Data Management) Layouts for Login / Regis...
New
gdelazzer
Hi all, If you were to start a new project today that requires a standard user/password authentication, PasswordLess (Magic Link) and a ...
New
paulstatezny
Regarding the phx.gen.auth generator: https://github.com/aaronrenner/phx_gen_auth I’m trying to understand why, for many of the user to...
New
tangui
Hi all, The last weeks I’ve been working on a library implementing the server side of WebAuthn: Wax. Link: https://github.com/tanguilp/...
New
Allyedge
Is there a way to add new fields to phx.gen.auth easier? I added an username field and it works just fine, but it took quite a time and ...
New
asrocha
Hello everyone, I’m working on a Phoenix 1.7 application that requires authentication and authorization using Keycloak. This application...
New
odix67
I’m wondering if there exists a pattern or example to extend a live_view application which uses authentication generated by mix phx.gen.a...
New
connected-cjohnston
I have encountered this error on two different code bases in the last few days. After running phx.gen.auth and following the instructions...
New
WestKeys
Currently building authentication for a mobile app, and the flow goes as follows: User inputs phone # > User receives TOTP SMS > U...
New
dongwooklee96
When I have a user resource and an associated post resource. I want the user_id to be automatically included in the post when I log in ...
New
jerrygolero
Hi everyone! I’m working on an authentication system for my app using Phoenix LiveView and considering implementing token-based authenti...
New
MDodge
Hey all, I’m writing an app using Phoenix as an API and I have a separate codebase for React Native. I’m researching the best way to ha...
New

Trending Over Three Years Top

uranther
What combination of libraries do you use for your Phoenix web app for standard user authentication? There are a couple listed in the awes...
277 42936 103
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
Linuus
Hi! (There may be some rubber ducking going on here but… anyway :slight_smile: ) I’m building a backend API for a mobile app and try to...
New
angelmz
Is phx.gen.auth good enough for role based authentication? Let’s say for example one was building an e-commerce store. There would stan...
New
svilen
Hi everyone! A colleague of mine asked this question on StackOverflow, but since he still hasn’t got a solution, I decided to post it he...
New
mariosangiorgio
I’m working on a toy project and I’d like to add user authentication to regulate the access to its Phoenix API. As a starting point, I f...
New
gpb
So, I’m starting to evaluate the main Elixir authorization packages for use in Phoenix, and a quick query on hex reveals this list: auth...
New
pggalaviz
Hi everybody, I’m working on a new API, and digging (once again, why not?) on how to provide auth capabilities to it, I found an interes...
New
amacedev
Just curious if the basic auth framework generated by phx.gen.auth can be ‘easily’ converted to work with a JSON api.
New
leifericf
Continuing the discussion from Ueberauth, Ruby CAS and other SSO options for Elixir or Phoenix: Has anyone successfully implemented clie...
New
dennisreimann
I wrote a guide for implementing Passwordless Authentication a.k.a. “Magic Login Links”: https://dennisreimann.de/articles/phoenix-passw...
New
dimitarvp
As has been announced relatively soon (start of April) Phoenix is going to get its own built-in authentication solution, injected in the ...
New
thojanssens1
Hello In the generated authentication code by phx_gen_auth, I learn the following: A “session cookie” maintains the user logged in for ...
New
Ilya
What best way to use JWT authentication in phoenix? pow, guardian or maybe some thing else? Thanks :slight_smile:
New
tomazbracic
Hi, I am building a platform, where I have few services. Lets say I have 2 elixir services (as standalone releases), 1 rust/golang servi...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement