Skip to content

The auth plug we are using in our elixir endpoints.

Notifications You must be signed in to change notification settings

invrs/inverse_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InverseAuth

The Inverse auth libraries for the Elixir Projects.

Modules

InverseAuth.Auth

A template for auth models that are project specific.

InverseAuth.JWT

A module to decode JWT tokens.

InverseAuth.Plug

A plug to be used to decode JWT tokens and assign them to conn.assigns.user.

Usage

Add this to your mix.exs:

  def deps do
    [
      #...
      {:inverse_auth, github: "invrs/inverse_auth"},
      #...
    }
  end

About

The auth plug we are using in our elixir endpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages