rurusetto-allauth


Namerurusetto-allauth JSON
Version 0.53.0 PyPI version JSON
download
home_pagehttps://github.com/Rurusetto/rurusetto-django-allauth
SummaryDjango allauth library with osu! OAuth support for using in backend of Django website that need osu! OAuth support.
upload_time2023-03-18 17:51:41
maintainer
docs_urlNone
authorRaymond Penners, Phawit Pornwattanakul
requires_python>=3.5
license
keywords django auth account social openid twitter facebook oauth osu registration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========================
Note about this fork
==========================

This fork add support on osu! OAuth from osu! API v2, first I intended to make it only RÅ«rusetto_ login system, but if you have a Django project that need the osu! account login support you can use this too.

.. _RÅ«rusetto: https://github.com/Rurusetto/rurusetto

==========================
Welcome to django-allauth!
==========================

.. image:: https://github.com/pennersr/django-allauth/actions/workflows/ci.yml/badge.svg
   :target: https://github.com/pennersr/django-allauth/actions

.. image:: https://img.shields.io/pypi/v/django-allauth.svg
   :target: https://pypi.python.org/pypi/django-allauth

.. image:: https://coveralls.io/repos/pennersr/django-allauth/badge.svg?branch=master
   :alt: Coverage Status
   :target: https://coveralls.io/r/pennersr/django-allauth

.. image:: https://pennersr.github.io/img/bitcoin-badge.svg
   :target: https://blockchain.info/address/1AJXuBMPHkaDCNX2rwAy34bGgs7hmrePEr

.. image:: https://badgen.net/liberapay/receives/pennersr
   :target: https://en.liberapay.com/pennersr

.. image:: https://img.shields.io/badge/code%20style-pep8-green.svg
   :target: https://www.python.org/dev/peps/pep-0008/

.. image:: https://img.shields.io/badge/code_style-standard-brightgreen.svg
   :target: http://standardjs.com

.. image:: https://pennersr.github.io/img/emacs-badge.svg
   :target: https://www.gnu.org/software/emacs/

Integrated set of Django applications addressing authentication,
registration, account management as well as 3rd party (social) account
authentication.

Home page
  http://www.intenct.nl/projects/django-allauth/

Source code
  http://github.com/pennersr/django-allauth

Mailing list
  http://groups.google.com/group/django-allauth

Documentation
  https://django-allauth.readthedocs.io/en/latest/

Stack Overflow
  http://stackoverflow.com/questions/tagged/django-allauth

Rationale
=========

Most existing Django apps that address the problem of social
authentication unfortunately focus only on one dimension - the social. 
Most developers end up integrating another app in order to support authentication 
flows that are locally generated. 

This approach creates a development gap between local and social
authentication flows. It has remained an issue inspite numerous common 
scenarios that both require. For example, an e-mail address passed along by an
OpenID provider may not be verified. Therefore, prior to hooking up
an OpenID account to a local account the e-mail address must be
verified. This essentially is one of many use cases that mandate e-mail 
verification to be present in both worlds.

Integrating both is a humongous and tedious process. It is not as
simple as adding one social authentication app, and one
local account registration app to your ``INSTALLED_APPS`` list.

This inadequacy is the reason for this project's existence  -- to offer a fully
integrated authentication app that allows for both local and social
authentication, with flows that just work, beautifully !


Commercial Support
==================

This project is sponsored by IntenCT_. If you require assistance on
your project(s), please contact us: info@intenct.nl.

.. _IntenCT: http://www.intenct.info


Cross-Selling
=============

If you like this, you may also like:

- django-trackstats: https://github.com/pennersr/django-trackstats
- netwell: https://github.com/pennersr/netwell
- Shove: https://github.com/pennersr/shove

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Rurusetto/rurusetto-django-allauth",
    "name": "rurusetto-allauth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "django auth account social openid twitter facebook oauth osu registration",
    "author": "Raymond Penners, Phawit Pornwattanakul",
    "author_email": "raymond.penners@intenct.nl, me@helloyeew.dev",
    "download_url": "https://files.pythonhosted.org/packages/33/8f/2eacec8d708f6edbc007d63447cf8b7d5ba95fb937c2eeb8dde65fc19f34/rurusetto-allauth-0.53.0.tar.gz",
    "platform": null,
    "description": "==========================\nNote about this fork\n==========================\n\nThis fork add support on osu! OAuth from osu! API v2, first I intended to make it only R\u016brusetto_ login system, but if you have a Django project that need the osu! account login support you can use this too.\n\n.. _R\u016brusetto: https://github.com/Rurusetto/rurusetto\n\n==========================\nWelcome to django-allauth!\n==========================\n\n.. image:: https://github.com/pennersr/django-allauth/actions/workflows/ci.yml/badge.svg\n   :target: https://github.com/pennersr/django-allauth/actions\n\n.. image:: https://img.shields.io/pypi/v/django-allauth.svg\n   :target: https://pypi.python.org/pypi/django-allauth\n\n.. image:: https://coveralls.io/repos/pennersr/django-allauth/badge.svg?branch=master\n   :alt: Coverage Status\n   :target: https://coveralls.io/r/pennersr/django-allauth\n\n.. image:: https://pennersr.github.io/img/bitcoin-badge.svg\n   :target: https://blockchain.info/address/1AJXuBMPHkaDCNX2rwAy34bGgs7hmrePEr\n\n.. image:: https://badgen.net/liberapay/receives/pennersr\n   :target: https://en.liberapay.com/pennersr\n\n.. image:: https://img.shields.io/badge/code%20style-pep8-green.svg\n   :target: https://www.python.org/dev/peps/pep-0008/\n\n.. image:: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n   :target: http://standardjs.com\n\n.. image:: https://pennersr.github.io/img/emacs-badge.svg\n   :target: https://www.gnu.org/software/emacs/\n\nIntegrated set of Django applications addressing authentication,\nregistration, account management as well as 3rd party (social) account\nauthentication.\n\nHome page\n  http://www.intenct.nl/projects/django-allauth/\n\nSource code\n  http://github.com/pennersr/django-allauth\n\nMailing list\n  http://groups.google.com/group/django-allauth\n\nDocumentation\n  https://django-allauth.readthedocs.io/en/latest/\n\nStack Overflow\n  http://stackoverflow.com/questions/tagged/django-allauth\n\nRationale\n=========\n\nMost existing Django apps that address the problem of social\nauthentication unfortunately focus only on one dimension - the social. \nMost developers end up integrating another app in order to support authentication \nflows that are locally generated. \n\nThis approach creates a development gap between local and social\nauthentication flows. It has remained an issue inspite numerous common \nscenarios that both require. For example, an e-mail address passed along by an\nOpenID provider may not be verified. Therefore, prior to hooking up\nan OpenID account to a local account the e-mail address must be\nverified. This essentially is one of many use cases that mandate e-mail \nverification to be present in both worlds.\n\nIntegrating both is a humongous and tedious process. It is not as\nsimple as adding one social authentication app, and one\nlocal account registration app to your ``INSTALLED_APPS`` list.\n\nThis inadequacy is the reason for this project's existence  -- to offer a fully\nintegrated authentication app that allows for both local and social\nauthentication, with flows that just work, beautifully !\n\n\nCommercial Support\n==================\n\nThis project is sponsored by IntenCT_. If you require assistance on\nyour project(s), please contact us: info@intenct.nl.\n\n.. _IntenCT: http://www.intenct.info\n\n\nCross-Selling\n=============\n\nIf you like this, you may also like:\n\n- django-trackstats: https://github.com/pennersr/django-trackstats\n- netwell: https://github.com/pennersr/netwell\n- Shove: https://github.com/pennersr/shove\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Django allauth library with osu! OAuth support for using in backend of Django website that need osu! OAuth support.",
    "version": "0.53.0",
    "split_keywords": [
        "django",
        "auth",
        "account",
        "social",
        "openid",
        "twitter",
        "facebook",
        "oauth",
        "osu",
        "registration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "078ef1b9219cab480264f5cabe7eb23ab4402cd5929a3c5d63b3ce95d3eba19a",
                "md5": "05ddb4ca174d39f092b7771631da680b",
                "sha256": "e1e08bc83fa3bd4eb3c65cb6a0212c8ab5c22c19f1a669aceb34f72e8865f202"
            },
            "downloads": -1,
            "filename": "rurusetto_allauth-0.53.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05ddb4ca174d39f092b7771631da680b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 812294,
            "upload_time": "2023-03-18T17:51:39",
            "upload_time_iso_8601": "2023-03-18T17:51:39.756113Z",
            "url": "https://files.pythonhosted.org/packages/07/8e/f1b9219cab480264f5cabe7eb23ab4402cd5929a3c5d63b3ce95d3eba19a/rurusetto_allauth-0.53.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "338f2eacec8d708f6edbc007d63447cf8b7d5ba95fb937c2eeb8dde65fc19f34",
                "md5": "16c46262ce0af19bf9238b7ee9db091b",
                "sha256": "f853a9b2a92b1cc2474e79856da64c99f4b7e91b1f7d1f3516d87c1031cee5b8"
            },
            "downloads": -1,
            "filename": "rurusetto-allauth-0.53.0.tar.gz",
            "has_sig": false,
            "md5_digest": "16c46262ce0af19bf9238b7ee9db091b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 599663,
            "upload_time": "2023-03-18T17:51:41",
            "upload_time_iso_8601": "2023-03-18T17:51:41.511355Z",
            "url": "https://files.pythonhosted.org/packages/33/8f/2eacec8d708f6edbc007d63447cf8b7d5ba95fb937c2eeb8dde65fc19f34/rurusetto-allauth-0.53.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-18 17:51:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Rurusetto",
    "github_project": "rurusetto-django-allauth",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "rurusetto-allauth"
}
        
Elapsed time: 0.04716s