Naver¶
Naver uses OAuth v2 for Authentication.
Register a new application at the Naver API, and
add naver oauth backend to your settings page:
SOCIAL_AUTH_AUTHENTICATION_BACKENDS = ( ... 'social_core.backends.naver.NaverOAuth2', ... )
fill
Client ID
andClient Secret
from developer.naver.com values in the settings:SOCIAL_AUTH_NAVER_KEY = '' SOCIAL_AUTH_NAVER_SECRET = ''
you can get EXTRA_DATA:
SOCIAL_AUTH_NAVER_EXTRA_DATA = ['nickname', 'gender', 'age', 'birthday', 'profile_image']
Python Social Auth 0.1.0
Contents
- Introduction
- Maintainers
- Installation
- Configuration
- Pipeline
- Extending the Pipeline
- Strategies
- Storage
- Exceptions
- Backends
- Adding new backend support
- Supported backends
- Non-social backends
- Base OAuth and OpenID classes
- Social backends
- Amazon
- Angel List
- AOL
- AppleID
- Appsfuel
- ArcGIS
- Microsoft Azure Active Directory
- Battle.net
- Beats
- Behance
- Belgium EID
- Bitbucket
- Box.net
- Bungie
- ChangeTip
- Clef
- Coinbase
- Cognito
- Coursera
- DailyMotion
- DigitalOcean
- Discourse
- Disqus
- Docker
- Douban
- Dribbble
- Drip
- Dropbox
- Edmodo
- Eventbrite OAuth
- EVE Online Single Sign-On (SSO)
- Evernote OAuth
- Fedora
- Fitbit
- Flat
- Flickr
- Foursquare
- GitHub
- GitHub Enterprise
- GitLab
- Gitea
- Itembase
- Jawbone
- Just Giving
- Kakao
- Keycloak - Open Source Red Hat SSO
- Khan Academy
- Last.fm
- Launchpad
- Line.me
- LiveJournal
- MSN Live Connect
- LoginRadius
- Lyft
- MailChimp
- Mail.ru OAuth
- MapMyFitness
- MediaWiki OAuth1 backend
- Meetup
- Mendeley
- Microsoft Graph
- MineID
- Mixcloud OAuth2
- Moves
- NationBuilder
- NationBuilder
- Naver
- NGP VAN ActionID
- Odnoklassniki.ru
- Okta
- OpenStreetMap
- Orbi
- ORCID
- Osso - Open Source SAML SSO
- Patreon
- Mozilla Persona
- PixelPin
- Podio
- Qiita
- Quizlet
- Rdio
- Readability
- RunKeeper
- Salesforce
- Shimmering Verify
- Shopify
- SimpleLogin
- Sketchfab
- Skyrock
- Slack
- SoundCloud
- Spotify
- SUSE
- Stackoverflow
- Steam OpenID
- StockTwits
- Strava
- Stripe
- Taobao OAuth
- ThisIsMyJam
- Trello
- TripIt
- Tumblr
- Twilio
- Twitch
- Udata
- Uber
- Untappd
- Upwork
- Vend
- Vimeo
- VK.com (former Vkontakte)
- Weibo OAuth
- Withings
- Wunderlist
- Yahoo
- Yammer
- Zotero
- Beginner’s Guide
- Disconnect and Logging Out
- Testing python-social-auth
- Use Cases
- Thanks
- Copyrights and Licence