This Week's Trending
This Month's Trending
I’m looking at adding support for authenticator-app based OTP (TOTP) and I’m wondering what the best practice is in the Ash ecosystem. Is...
New
This Year's Trending
I’ve been needing to customize our sign in, register, reset password, and forgot password pages for months. Every time I took a look at t...
New
Hello everyone, I’m building a collaborative editor where users can belong to multiple teams. I’ve decided to set up multi-tenancy on my ...
New
Particularly with OAuth 2?
New
Hi! I’ve just started using Ash due to its multitenancy capabilities. Overall experience is great so far, but I am considering following ...
New
I am trying to authenticate my users in a mobile app via email-based Magic Link provided by Ash. The idea is to use Universal Links/AppLi...
New
What’s the best approach for translating labels in default sign-in screens?
I tried the following in the AuthOverrides, but it looks lik...
New
Is it possible to manually re-send the confirmation email?
I’m curious if this can be done through code.
Also curious if there is a way...
New
I have AshAuthentication set up and working for Google OAuth. However, I’ve been beating my head against the wall trying to get the Appl...
New
Hi everyone,
I’m migrating a Magic Link authentication flow from Phoenix LiveView to a SolidJS SPA using Ash TypeScript, and I’m stuck o...
New
I’m just getting my head around basic AshAuthorization and still struggle with some of the relationship DSL… and I’ve no idea how to tack...
New
I am trying to migrate my current application from only allowing users to sign in with Google Auth, to also be able to create an account ...
New
I have this plug in my router pipeline to login an user using a magic link:
defmodule CoreWeb.Router.Plugs.LoginWithMagicToken do
alia...
New
I am on phoenix version 1.8.0-rc.4. I have added Ash authentication using mix igniter task.
When I run the code and try to register a us...
New
Hi,
I am currently working on customizing the user registration workflow when using the Magic Link strategy in Ash Authentication. Speci...
New
So the use case is that I’m using Ash authentication and for 95% of users they will have to log in with my custom strategy that we built ...
New
Last Three Year's Trending
I’m relatively new to both Phoenix and Ash. I followed the getting started guides to get up and running and now have ash authentication w...
New
I am implementing signup and login for a SaaS application where every user is linked to an organization. Let’s say my application has the...
New
I’m having trouble figuring out if Ash Authentication Phoenix supports registration via magic link by default.
Context
I’ve setup passw...
New
Hi :wave:
I’d like to add a user invitation flow to an application currently using AshAuthentication with the password strategy.
The fl...
New
Hello there!
I am trying to create a user. Creation fails from both the admin dashboard, as well as the /register route
This is the err...
New
Bet wishes to everyone, especially to the ash core team members for creating such an amazing framework.
I have a question regarding ash_...
New
Hi, I’m trying to get AshAuthentication to work in a context multi-tenancy setup but I’m having trouble getting AshAuthentication to use ...
New
I have a resource that belongs_to a User.
When I create one with my code_interface I pass in a user_id.
I want to start creating code i...
New
I’m newer to Elixir/Phoenix in general, but decided to give Ash a go because I really like the philosophy. However, I’m running into trou...
New
I have a user resource that looks more or less like that one in the Ash Authentication getting started doc, with one added field: role. R...
New
Following the Ash Authentication Phoenix Getting Started Guide, I get the following error message when trying to save/compile the user.ex...
New
Hi,
I’ve added first_name and last_name to Account.Users´s attributes.
Then I ran mix ash_postgres.generate_migrations --name add-name-...
New
I followed the tutorial to setup Ash Authentication.
I have the following:
router.ex
...
scope "/", WfdBaseWeb do
pipe_through :...
New
Setup:
mix igniter.install ash_authentication_phoenix
mix ash_authentication.add_strategy password
I create a user in the web applicati...
New
Hey everyone. I was trying to add multi tenancy (attribute-based) to my existing application that’s running ash_authentication.
To do th...
New
Trending Over Three Years
Hey, I use AshAuthentication in my User resource with the password strategy.
I want to expose the sign_in_with_password action via AshGr...
New
I am getting error (ArgumentError) session not fetched, call fetch_session/2 while testing liveview that require authentication. I am usi...
New
I have an app that I haven’t updated to Ash 3 yet and one that I have, the one that has been upgraded has an issue when I try to reset a ...
New
I want to use Ash again (I tried it a year ago but I’m now returning to try out 3.0) but I’m a little bit unsure about Ash Authentication...
New
How can I define another action apart from register_with_password for creating users? My implementation here for the register_with_passwo...
New
When tokens are enabled for a resource, there appears to be no way to customize the signed token with extra claims when using the AshAuth...
New
Hi all,
I am looking for an example that demonstrate how to build a Phoenix app using Ash multi tenant with separate schema and Ash auth...
New
I made my own authentication forms using ash_authentication as basis so I have more flexibility especially when it comes to styling. It w...
New
Hello :slight_smile:
Context
After a while, I’m getting hands on Ash and Elixir again (for a school project, and in a few months for a b...
New
I have been experiencing extremely slow tests for each test behind a protected route with Ash authentication. 54 tests are taking 47 seco...
New
Alternative title: A yearning for mackerel
I have a specific problem (I want to load a :team resource on the current_user that AshAuthen...
New
My user resource thas the following relationship:
many_to_many :schools, School do
through UserSchool
join_relationship ...
New
I realize this is pushing the boundaries of tested space for this library, but I’ve got two Auth resources (Admin and User, one is global...
New
Hi, I know this question fits specifically into the Ash Forum category, but unfortunately, I can’t open new topics there, maybe because m...
New
On a fresh project with ash_authentication installed, an insert into the user table triggers a rollback. However, it works fine for other...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







