View Source Ueberauth.Strategy.Bexio (Ueberauth Bexio v0.3.0)
Bexio Strategy for Überauth.
Summary
Functions
Includes the credentials from the bexio response.
Callback implementation for Ueberauth.Strategy.default_options/0
.
Stores the raw information (including the token) obtained from the bexio callback.
Handles initial request for Bexio authentication.
Fetches the fields to populate the info section of the Ueberauth.Auth
struct.
Fetches the uid field from the user info endpoint.
Functions
Includes the credentials from the bexio response.
Callback implementation for Ueberauth.Strategy.default_options/0
.
Stores the raw information (including the token) obtained from the bexio callback.
Handles initial request for Bexio authentication.
To customize the scope (permissions) that are requested by bexio include them as part of your url:
"/auth/bexio?scope=api read_user read_registry"
The request will include the state parameter that was set by ueberauth (if available)
Fetches the fields to populate the info section of the Ueberauth.Auth
struct.
Fetches the uid field from the user info endpoint.