Entrance v0.4.1 API Reference
Modules
Provides authentication helpers that take advantage of the options configured in your config files.
Provides functions for hashing passwords and authenticating users using Bcrypt.
Provides functions for creating secure random strings to be used as session secret.
This module provides boilerplate for creating Plugs for authentication with Entrance.
This module provider helpers functions for your app users management
Mix Tasks
Creates phoenix modules for authentication with entrance (session_controller, user_controller and plugs/require_login).
Creates phoenix require login plug for authentication with entrance
Creates phoenix session controller for authentication with entrance
Creates phoenix user controller for authentication with entrance