package
0.0.0-20170306172927-a4587787d37e
Repository: https://github.com/jarias/stormpath-sdk-go.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
EmptyUserHandler use as default user handler for pre/post register and pre/post login user handlers.
MustAsset is like Asset but panics when Asset would return an error.
NewStormpathMiddleware initialize the StormpathMiddleware with the actual user application as a http.Handler.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
Config is holds the load configuration from the different locations and files.
# Structs
StormpathMiddleware the base http.Handler as the base Stormpath web integration.
# Type aliases
UserHandler type to handle pre/post register or pre/post login define by the user.