From 9d13ad380c56214e3bed0aaae1290ea2f72d4d16 Mon Sep 17 00:00:00 2001 From: Phil-Bastian Berndt Date: Tue, 18 Jun 2024 17:10:40 +0200 Subject: [PATCH] add backpex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86130447..d2d5842e 100644 --- a/README.md +++ b/README.md @@ -736,6 +736,7 @@ There are [other sites with curated lists of elixir packages](#other-awesome-lis * [access pass](https://github.com/AppDoctorIo/accesspass) - Authentication framework that can be used with or outside of phoenix. Similar to Addict but geared towards API usage.([Docs](https://hexdocs.pm/access_pass/api-reference.html#content)). * [addict](https://github.com/trenpixster/addict) - User authentication for Phoenix Framework. * [airbrake_plug](https://github.com/romul/airbrake_plug) - Report errors in your Plug stack or whatever to Airbrake. +* [Backpex](https://github.com/naymspace/backpex) - Highly customizable administration panel for Phoenix LiveView applications. ([Docs](https://hexdocs.pm/backpex/), [Demo](https://backpex.live/)). * [better_params](https://github.com/sheharyarn/better_params) - Elixir Plug for cleaner request params in web apps. * [blaguth](https://github.com/lexmag/blaguth) - Basic Access Authentication in Plug applications. * [commanded](https://github.com/slashdotdash/commanded) - Command handling middleware for Command Query Responsibility Segregation (CQRS) applications.