---
title: "Permit authorization framework 0.4.0 gets faster setup with Igniter and Phoenix fixes"
url: https://daily.dev/posts/permit-authorization-framework-0-4-0-gets-faster-setup-with-igniter-and-phoenix-fixes-betsnkv4w
source_url: https://curiosum.com/blog/updates-to-permit-permit-ecto-permit-phoenix-and-permit-absinthe-igniter-setup-and-plural-actions
type: article
source: "Curiosum"
published: 2026-05-12T11:03:18.240Z
updated: 2026-08-24T07:00:32.260Z
tags: ["elixir", "authorization"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Permit authorization framework 0.4.0 gets faster setup with Igniter and Phoenix fixes

**[Curiosum](https://daily.dev/sources/curiosum)** · 5 min read · 0 upvotes · 0 comments

## Summary

Permit 0.4.0 brings Igniter-powered zero-config setup across all four packages (Permit, Permit.Ecto, Permit.Phoenix, Permit.Absinthe). Running `mix permit.install` scaffolds a base authorization setup, with optional flags for Phoenix and Absinthe integrations. Permit.Phoenix 0.5.0 fixes a bug where `:index` routes with non-id path parameters were misclassified as singular, and adds a `plural_actions/0` callback for declaring custom collection actions like `:feed` or `:search`. New patch tasks allow progressive adoption in existing controllers and LiveViews. Upcoming work includes Ash Framework integration, Postgres Row-Level Security bridging, changeset-level authorization, and Phoenix LiveView + PubSub authorization.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://curiosum.com/blog/updates-to-permit-permit-ecto-permit-phoenix-and-permit-absinthe-igniter-setup-and-plural-actions>

## Similar posts on daily.dev

- [Permit authorization framework 0.4.0 gets faster setup with Igniter and Phoenix fixes](https://daily.dev/posts/permit-authorization-framework-0-4-0-gets-faster-setup-with-igniter-and-phoenix-fixes-kezxyzvwe) · ElixirStatus · 0 upvotes · 0 comments
- [Permit.Absinthe 0.2: Absinthe GraphQL authorization for Elixir](https://daily.dev/posts/permit-absinthe-0-2-absinthe-graphql-authorization-for-elixir-s1buxnnlf) · Curiosum · 0 upvotes · 0 comments
- [Authorization in Elixir: Case Studies and the Permit Library](https://daily.dev/posts/authorization-in-elixir-case-studies-and-the-permit-library-xrwe98axn) · Curiosum · 0 upvotes · 0 comments
- [Phoenix scopes vs authorization: what developers need to know](https://daily.dev/posts/phoenix-scopes-vs-authorization-what-developers-need-to-know-qlyfia1nh) · Curiosum · 0 upvotes · 0 comments

---

Tags: [#elixir](https://daily.dev/tags/elixir), [#authorization](https://daily.dev/tags/authorization)

[View this post on daily.dev](https://daily.dev/posts/permit-authorization-framework-0-4-0-gets-faster-setup-with-igniter-and-phoenix-fixes-betsnkv4w)
