Here are
275 public repositories
matching this topic...
Updated
Mar 26, 2022
Elixir
Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 5.0 with additional features & bug fixes
Configurations for the tools I use every day
Updated
Jun 1, 2021
Emacs Lisp
⚗ The stable base upon which we build our Elixir projects at Mirego.
Updated
Mar 31, 2022
Elixir
My 10 Year-Old (Neo)Vim Configuration
Updated
Feb 9, 2022
Vim script
🐣 Elixir authorization and resource-loading library for Plug applications.
Updated
Aug 4, 2021
Elixir
Elixir library for dealing with CORS requests. 🏖
Updated
Jan 22, 2022
Elixir
My initial attempt at trying to order pizza from within vim.
Updated
Sep 19, 2019
Vim script
Run Flow as an ESLint plugin
Updated
Mar 26, 2022
JavaScript
An Elixir web micro-framework.
Updated
Sep 9, 2019
Elixir
A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:
Updated
Feb 25, 2021
Elixir
Plug support for Absinthe, the GraphQL toolkit for Elixir
Updated
Mar 31, 2022
Elixir
🟪 AppSignal for Elixir package
Updated
Mar 28, 2022
Elixir
Used to generate the template code of GetX framework | Flutter GetX模板代码生成(一个有用的IDEA插件)
Updated
Feb 19, 2022
Kotlin
Easily parsable single line, plain text and JSON logger for Plug and Phoenix applications
Updated
Dec 12, 2021
Elixir
A plug to rewrite the Plug.Conn's remote_ip based on forwarding headers.
Updated
Mar 21, 2021
Elixir
🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support
Updated
Jan 31, 2022
Elixir
A toolkit for building excellent APIs with Elixir
Updated
Feb 11, 2022
Elixir
A rich and cool weather dynamic background plug-in
Elixir Plug that formats http request logs as json
Updated
May 5, 2021
Elixir
Real World Phoenix apps and their open source codebases for developers to learn from
The HTTP decision tree as a plug (full elixir rewriting of basho/webmachine with improvements)
Rails compatible Plug session store
Updated
Jun 29, 2021
Elixir
Cleaner request parameters in Elixir web applications 🙌
Updated
Oct 24, 2018
Elixir
Elixir package that allows to add compatibility layers via API gateways.
Updated
Aug 23, 2019
Elixir
A generic API for creating plug.dj bots
Updated
May 28, 2021
JavaScript
XiaoMi outlet plugins for HomeBridge.
Updated
Aug 22, 2020
JavaScript
Web dashboard for the FunWithFlags Elixir package
Updated
Mar 20, 2022
Elixir
Authex is an opinionated JWT authentication and authorization library for Elixir.
Updated
Nov 8, 2021
Elixir
Improve this page
Add a description, image, and links to the
plug
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
plug
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
If a resource is not found, we're currently calling the policy with
nil
for the resource value. This means that a lot of times, the policies will have a function branch pattern matching onnil
and calling aFallbackController
or specific handler.We should add that as an alternative, similar to the current unauthorised handler.
Since both the new handler and the unauthorised one are pl