Orbi¶
Backend class¶
For Django, add this class path to AUTHENTICATION_BACKENDS. For other
integrations, use the same class path in the framework-specific backend
setting.
Backend name |
Class path |
|---|---|
|
|
Orbi OAuth v2 for Authentication.
Register a new applicationat the Orbi API, and
Fill
Client IdandClient Secretvalues in the settings:SOCIAL_AUTH_ORBI_KEY = '' SOCIAL_AUTH_ORBI_SECRET = ''
Also it’s possible to define extra permissions with:
SOCIAL_AUTH_KAKAO_SCOPE = ['all']