drf-social-oauth2 | oauth2 makes it easy to integrate Django | Authentication library

 by   wagnerdelima Python Version: 2.3.0 License: MIT

kandi X-RAY | drf-social-oauth2 Summary

kandi X-RAY | drf-social-oauth2 Summary

drf-social-oauth2 is a Python library typically used in Security, Authentication applications. drf-social-oauth2 has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install drf-social-oauth2' or download it from GitHub, PyPI.

drf-social-oauth2 makes it easy to integrate Django social authentication with major OAuth2 providers, i.e., Facebook, Twitter, Google, etc.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              drf-social-oauth2 has a low active ecosystem.
              It has 197 star(s) with 30 fork(s). There are 7 watchers for this library.
              There were 1 major release(s) in the last 6 months.
              There are 9 open issues and 110 have been closed. On average issues are closed in 205 days. There are 1 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of drf-social-oauth2 is 2.3.0

            kandi-Quality Quality

              drf-social-oauth2 has 0 bugs and 0 code smells.

            kandi-Security Security

              drf-social-oauth2 has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              drf-social-oauth2 code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              drf-social-oauth2 is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              drf-social-oauth2 releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              drf-social-oauth2 saves you 169 person hours of effort in developing the same functionality from scratch.
              It has 721 lines of code, 36 functions and 17 files.
              It has medium code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed drf-social-oauth2 and discovered the below as its top functions. This is intended to give you an instant insight into drf-social-oauth2 implemented functionality, and help decide if they suit your requirements.
            • Handle POST requests
            • Returns the user object
            • Creates a token response
            • Set http request object
            • Handles password creation
            Get all kandi verified functions for this library.

            drf-social-oauth2 Key Features

            No Key Features are available at this moment for drf-social-oauth2.

            drf-social-oauth2 Examples and Code Snippets

            No Code Snippets are available at this moment for drf-social-oauth2.

            Community Discussions

            Trending Discussions on drf-social-oauth2

            QUESTION

            Django: Add data to JWT payload
            Asked 2021-Apr-16 at 01:15

            I want to add data (such as the token expiration date or user info) to the payload of the JWT generated by this library.

            The current decoded payload of a JWT generated by this library is the following:

            ...

            ANSWER

            Answered 2021-Apr-14 at 23:02

            drf-social-oauth2 doesn't provide a mechanism to easily override this setting, it overrides oauth2_provider.settings.ACCESS_TOKEN_GENERATOR with their generate_token method (https://github.com/wagnerdelima/drf-social-oauth2/blob/master/drf_social_oauth2/settings.py#L11-L14), this method doesn't include extra values, only the token.

            You can do the same on your side overriding the value with a custom method that adds the needed keys.

            Source https://stackoverflow.com/questions/67097360

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install drf-social-oauth2

            You can install using 'pip install drf-social-oauth2' or download it from GitHub, PyPI.
            You can use drf-social-oauth2 like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install drf-social-oauth2

          • CLONE
          • HTTPS

            https://github.com/wagnerdelima/drf-social-oauth2.git

          • CLI

            gh repo clone wagnerdelima/drf-social-oauth2

          • sshUrl

            git@github.com:wagnerdelima/drf-social-oauth2.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular Authentication Libraries

            supabase

            by supabase

            iosched

            by google

            monica

            by monicahq

            authelia

            by authelia

            hydra

            by ory

            Try Top Libraries by wagnerdelima

            P-Medianas

            by wagnerdelimaC++

            facebook_setup

            by wagnerdelimaPython