zuppler_users_client v0.0.2 API Reference
Modules
Plug that protects routes from unauthenticated access. If a header with name "authorization" and value "Bearer #{token}" is present, and "token" can be decoded with the applications token secret or the auth_token param is in the body, the user is authenticated and the decoded token is assigned to the connection under the key "user_info"
Provides oauth toke authorization with zuppler