- ru
- Language: en
- Documentation version: 0.1
MineID¶
MineID works similar to Facebook (OAuth).
Register a new application at MineID.org, set the callback URL to
http://example.com/complete/mineid/
replacingexample.com
with your domain.Fill
Client ID
andClient Secret
values in the settings:SOCIAL_AUTH_MINEID_KEY = '' SOCIAL_AUTH_MINEID_SECRET = ''
Self-hosted MineID¶
Since MineID is an Open Source software and can be self-hosted, you can change settings to point to your instance:
SOCIAL_AUTH_MINEID_HOST = 'www.your-mineid-instance.com'
SOCIAL_AUTH_MINEID_SCHEME = 'https' # or 'http'