FdsnPlugs.JWTAuthentication (fdsn_plugs v0.8.3)

View Source

This is a plug to manage user authentication through Json Web Tokens. Authenticated user will be stored in the Plug assigns as :user

Usage:

plug FdsnPlugs.JWTAuthentication

Summary

Functions

call(conn, _)

init(opts)