Latest #authorization Threads Top

vincentvanbush
Permit.Phoenix - tutorial for LiveView Hey! We’ve recently released Permit.Phoenix 0.4 - with several quality-of-life improvements and ne...
New
ppetrov
Hello guys, I am looking for an advise here. I am trying to build a system which will be tenant application with organizations and users...
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
vincentvanbush
In ElixirConf EU 2025, I spoke about our Permit library as a comprehensive authorization and access control solution in projects relying ...
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
RobertoSchneiders
I’m trying to get a centralized authentication/authorization system working by using the LiveView on_mount hook, not the handle_params. ...
New
e.fu
[Guide] Implementing Multi-Tenancy in Phoenix 1.8 - Single vs Multi-Organization Approaches Hello Elixir Community! I’m excited to share...
New
Raathmd
I have an api to a logistics system where customers of the transport company can create a quote for delivery of goods. I will develop a ...
New
Adzz
I have an app where users have different permissions. Those permissions are used to determine whether a user can see a page. Each route h...
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 29305 241
New
e.fu
[Guide] Implementing Multi-Tenancy in Phoenix 1.8 - Single vs Multi-Organization Approaches Hello Elixir Community! I’m excited to share...
New
vincentvanbush
Hello! We’ve released Permit - a new open-source project at Curiosum aiming to make it easier to manage permission-based access control ...
New
woylie
I just released LetMe 1.0, marking the first stable release. LetMe (hex) LetMe (Github) LetMe is an authorization DSL with introspecti...
New
CodeSync
Authorization & Access Control: Case Studies and Practical Solutions using Elixir - Michał Buszkiew Comments welcome!...
New
binarypaladin
So, in my quest to convert an existing system (slowly) over to Ash, I’m trying to figure out how to replicate certain patterns in the sys...
New
sreyansjain
Since Hologram is getting production ready, and Authentication and Authorization is a crucial step in making production apps, let’s discu...
New
ppetrov
Hello guys, I am looking for an advise here. I am trying to build a system which will be tenant application with organizations and users...
New
vincentvanbush
Permit.Phoenix - tutorial for LiveView Hey! We’ve recently released Permit.Phoenix 0.4 - with several quality-of-life improvements and ne...
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
vincentvanbush
In ElixirConf EU 2025, I spoke about our Permit library as a comprehensive authorization and access control solution in projects relying ...
New

Last Three Year's Trending Top

smahi
Hi, What is the best place to put the permissions checking logic in LiveView? Is there a central place where I can put the permission ...
New
francesco.pessina
Hello everyone :slight_smile: We are experiencing a weird problem with Phoenix Websockets. We are exposing an authenticated channel. Th...
New
dgigafox
Hello, everyone! I’m thrilled to introduce Zephyr, an open-source authorization library for Elixir that leverages the power of Relations...
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
ariandanim
Dear all, I would like to make my SAAS aplication using only single login for every user email, I mean when they try to access using sam...
New
RafalKostecki
Hello guys! I’m wondering if there is any tutorial/ready connector for working with keycloak and Absinthe. I will be grateful for any he...
New
ariandanim
How to make my page is only available for user member not the guest? I have 5 pages Home Products Pricing About Reseller I mean for p...
New
marcin
Hi! I started using canary for loading and authorising records but it seems the project is left unmaintained. I also get random compile...
New
Adzz
I have an app where users have different permissions. Those permissions are used to determine whether a user can see a page. Each route h...
New
ab81
I have implemented user handling with the built-in phx.gen.auth solution and now created a resource that is in one-to-many relationship t...
New
kamaroly
I’m working on authorization, and I’m looking to implement Ash Policies. My authorization system consists of three main resources: User...
New
budgie
I have this function and the exception is being raised as expected. However, the block is still being evaluated even though the condition...
New
Raathmd
I have an api to a logistics system where customers of the transport company can create a quote for delivery of goods. I will develop a ...
New
RobertoSchneiders
I’m trying to get a centralized authentication/authorization system working by using the LiveView on_mount hook, not the handle_params. ...
New
MartinVolerich
What’s the difference between a simple policy on a resource that is: policy action_type(:create) do description "Only admins can creat...
New

Trending Over Three Years Top

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
dorgan
Hi, I’m working on an authorization system for my phoenix app, and I need some help designing it… I want it to be based on roles and pe...
New
leifericf
Continuing the discussion from Ueberauth, Ruby CAS and other SSO options for Elixir or Phoenix: Has anyone successfully implemented clie...
New
alichoopani
I am currently working on an Elixir application and I would like to implement role-based and access-based authorization. In Spring Securi...
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
tnederlof
I have been playing around with the new Phoenix Auth generator (https://github.com/aaronrenner/phx_gen_auth) and have been learning a lot...
New
heathen
Hello! I’m trying to figure out how to implement a complicated authorization scheme and allow to change the rules at run-time (without a...
New
mmmrrr
So I was thinking about the options we have on authorization (read: methods to find out what a user is allowed to do in our application)....
New
MilosMosovsky
Hello everyone! None of the provided authorization libraries worked for me in a way that I needed (I need granular permissions per Role, ...
New
beto
Hello! So, I started playing with liveviews for a new project. And I have a couple of questions, and I would love if someone can point m...
New
type1fool
Hey Elixir community! I am trying to conceive an application with many users and many organizations. Each user may be a member of multip...
New
satom99
It’s been a couple days of tinkering already and I cannot seem to find a way to do permissions within Absinthe that fully satisfies me. ...
New
type1fool
Backstory Before I became a full-time developer on a PHP team in 2018, I had been studying role based authorization (RBA) for an Elixir a...
New
danschultzer
I’ve moved the strategies out of PowAssent and created a multi-provider framework for Elixir. This way the strategies can be used in any ...
New
woohaaha
I see a lot of posts/discussions around authorization and how one should not mix it up with business logic. So in the controller they wil...
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