All Projects → riverrun → Phauxth

riverrun / Phauxth

Authentication library for Phoenix, and other Plug-based, web applications

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to Phauxth

fenix
.NET implementation of Phoenixframework websocket socket protocol
Stars: ✭ 28 (-93.3%)
Mutual labels:  phoenix-framework
vim snake
Classical multiplayer snake game with Vim-style keybinding
Stars: ✭ 16 (-96.17%)
Mutual labels:  phoenix-framework
WhatChat
A web chat application clone of Whatsapp web using Elixir / Phoenix, VueJs and PostgreSQL.
Stars: ✭ 32 (-92.34%)
Mutual labels:  phoenix-framework
phoenix bootstrap form
Bootstrap 4 Forms for Phoenix/Elixir Applications
Stars: ✭ 38 (-90.91%)
Mutual labels:  phoenix-framework
lasso
Real-time UI for webhooks
Stars: ✭ 27 (-93.54%)
Mutual labels:  phoenix-framework
curious messenger
Companion repository for Phoenix LiveView Messenger app by Curiosum.dev. Part 1: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-1?utm_source=github&utm_medium=social, Part 2: https://curiosum.dev/blog/elixir-phoenix-liveview-messenger-part-2?utm_source=github&utm_medium=social, Part 3: https://curiosum.dev/blog/elixir-phoenix-l…
Stars: ✭ 30 (-92.82%)
Mutual labels:  phoenix-framework
pharams
Parameter validation for Elixir Phoenix Framework
Stars: ✭ 24 (-94.26%)
Mutual labels:  phoenix-framework
Cercle
Cercle is a CRM+Project Manager for your organization - Phoenix Framework & Vuejs
Stars: ✭ 284 (-32.06%)
Mutual labels:  phoenix-framework
Stone
A Swift framework for connecting to Phoenix Channels in your iOS app (with Presence support).
Stars: ✭ 18 (-95.69%)
Mutual labels:  phoenix-framework
phoenix bakery
Better compression for your Phoenix assets
Stars: ✭ 25 (-94.02%)
Mutual labels:  phoenix-framework
phoenix ujs
Unobtrusive vanilla js toolset to simplify Phoenix framework (and other frameworks) usage
Stars: ✭ 38 (-90.91%)
Mutual labels:  phoenix-framework
phoenix component folders
Reusable UI components on Phoenix framework
Stars: ✭ 31 (-92.58%)
Mutual labels:  phoenix-framework
elixir
Companion Repo for the course: Elixir & Phoenix for Beginners
Stars: ✭ 40 (-90.43%)
Mutual labels:  phoenix-framework
elixir-course
No description or website provided.
Stars: ✭ 76 (-81.82%)
Mutual labels:  phoenix-framework
Godello
Trello inspired kanban board made with the Godot Engine and GDScript, powered by an online real-time collaborative backend (Elixir and Phoenix Channels)
Stars: ✭ 273 (-34.69%)
Mutual labels:  phoenix-framework
vscode-phoenix
Syntax highlighting support for Phoenix templates in Visual Studio Code.
Stars: ✭ 135 (-67.7%)
Mutual labels:  phoenix-framework
pryin
PryIn is an Application Performance Monitoring platform for your Elixir/Phoenix application.
Stars: ✭ 25 (-94.02%)
Mutual labels:  phoenix-framework
Hammer
An Elixir rate-limiter with pluggable backends
Stars: ✭ 366 (-12.44%)
Mutual labels:  phoenix-framework
Papercups
Open-source live customer chat
Stars: ✭ 4,554 (+989.47%)
Mutual labels:  phoenix-framework
game of life-elixir
An implementation of Conway's Game of Life in Elixir
Stars: ✭ 22 (-94.74%)
Mutual labels:  phoenix-framework

Phauxth

Hex.pm Version Build Status

Phauxth is an authentication library for Phoenix, and other Plug-based, web applications. It is designed to be secure, extensible, easy to use and well-documented.

For a general overview of some of the goals of Phauxth and its basic usage, see this post.

Getting started

This guide shows how you can set up a new Phoenix project with Phauxth.

Authentication and authorization

The core Phauxth library handles authentication, verifying who the user is.

For information about authorization, or access control, see the Authorization page in the wiki.

If you have set up your app using the Phauxth installer, the authorize.ex file in the controllers directory provides examples of functions you can use to authorize users' access to resources.

Example apps using Phauxth

Contributing

There are many ways you can contribute to the development of Phauxth, including:

Donations

First of all, I would like to emphasize that this software is offered free of charge. However, if you find it useful, and you would like to buy me a cup of coffee, you can do so at paypal.

Documentation

http://hexdocs.pm/phauxth

License

BSD

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].