djangorestframework-simplejwt-mongoengine


Namedjangorestframework-simplejwt-mongoengine JSON
Version 1.2.1 PyPI version JSON
download
home_pagehttps://github.com/ngocngoan/djangorestframework-simplejwt-mongoengine
SummarySimple JWT is a JSON Web Token authentication plugin for the Django REST Framework which to be compatible with MongoEngine.
upload_time2023-01-18 02:23:25
maintainer
docs_urlNone
authorĐỗ Ngọc Ngoạn (aka Ngoan Do)
requires_python>=3.8
licenseGNU General Public License v3
keywords djangorestframework_simplejwt_mongoengine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI version| |Build Status| |Docs badge| |Code Style| |Pyup| |License|

======================
Simple JWT MongoEngine
======================


.. |PyPI version| image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt-mongoengine.svg
        :target: https://pypi.python.org/pypi/djangorestframework-simplejwt-mongoengine

.. |Build Status| image:: https://img.shields.io/travis/ngocngoan/djangorestframework-simplejwt-mongoengine.svg
        :target: https://travis-ci.com/ngocngoan/djangorestframework-simplejwt-mongoengine

.. |Docs badge| image:: https://readthedocs.org/projects/djangorestframework-simplejwt-mongoengine/badge/?version=latest
        :target: https://djangorestframework-simplejwt-mongoengine.readthedocs.io/en/latest/
        :alt: Documentation Status

.. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black


.. |Pyup| image:: https://pyup.io/repos/github/ngocngoan/djangorestframework-simplejwt-mongoengine/shield.svg
     :target: https://pyup.io/repos/github/ngocngoan/djangorestframework-simplejwt-mongoengine/
     :alt: Updates

.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg
    :target: COPYING
    :alt: Repository License



Simple JWT MongoEngine is a JSON Web Token authentication plugin for the `Django REST Framework`_
which to be compatible with `MongoEngine`_. It is re-written from `Simple JWT`_.

.. _`Django REST Framework`: http://www.django-rest-framework.org
.. _`MongoEngine`: http://mongoengine.org
.. _`Simple JWT`: https://github.com/jazzband/djangorestframework-simplejwt

For the documentation, visit https://djangorestframework-simplejwt-mongoengine.readthedocs.io.


Authors
=======

Simple JWT MongoEngine was created by `Đỗ Ngọc Ngoạn (aka Ngoan Do) <https://github.com/ngocngoan>`_.


License
=======

Copyright (C) 2021  Đỗ Ngọc Ngoạn (aka Ngoan Do)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs.  If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library.  If this is what you want to do, use the GNU Lesser General
Public License instead of this License.  But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.


See `LICENSE <LICENSE>`_ to see the full text.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ngocngoan/djangorestframework-simplejwt-mongoengine",
    "name": "djangorestframework-simplejwt-mongoengine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "djangorestframework_simplejwt_mongoengine",
    "author": "\u0110\u1ed7 Ng\u1ecdc Ngo\u1ea1n (aka Ngoan Do)",
    "author_email": "ngocngoan060288@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1d/02/8b832857f56dbe9a15f105af23b704f0dbd9120f702f9442bae756609954/djangorestframework_simplejwt_mongoengine-1.2.1.tar.gz",
    "platform": null,
    "description": "|PyPI version| |Build Status| |Docs badge| |Code Style| |Pyup| |License|\n\n======================\nSimple JWT MongoEngine\n======================\n\n\n.. |PyPI version| image:: https://img.shields.io/pypi/v/djangorestframework-simplejwt-mongoengine.svg\n        :target: https://pypi.python.org/pypi/djangorestframework-simplejwt-mongoengine\n\n.. |Build Status| image:: https://img.shields.io/travis/ngocngoan/djangorestframework-simplejwt-mongoengine.svg\n        :target: https://travis-ci.com/ngocngoan/djangorestframework-simplejwt-mongoengine\n\n.. |Docs badge| image:: https://readthedocs.org/projects/djangorestframework-simplejwt-mongoengine/badge/?version=latest\n        :target: https://djangorestframework-simplejwt-mongoengine.readthedocs.io/en/latest/\n        :alt: Documentation Status\n\n.. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/ambv/black\n\n\n.. |Pyup| image:: https://pyup.io/repos/github/ngocngoan/djangorestframework-simplejwt-mongoengine/shield.svg\n     :target: https://pyup.io/repos/github/ngocngoan/djangorestframework-simplejwt-mongoengine/\n     :alt: Updates\n\n.. |License| image:: https://img.shields.io/badge/license-GPL%20v3.0-brightgreen.svg\n    :target: COPYING\n    :alt: Repository License\n\n\n\nSimple JWT MongoEngine is a JSON Web Token authentication plugin for the `Django REST Framework`_\nwhich to be compatible with `MongoEngine`_. It is re-written from `Simple JWT`_.\n\n.. _`Django REST Framework`: http://www.django-rest-framework.org\n.. _`MongoEngine`: http://mongoengine.org\n.. _`Simple JWT`: https://github.com/jazzband/djangorestframework-simplejwt\n\nFor the documentation, visit https://djangorestframework-simplejwt-mongoengine.readthedocs.io.\n\n\nAuthors\n=======\n\nSimple JWT MongoEngine was created by `\u0110\u1ed7 Ng\u1ecdc Ngo\u1ea1n (aka Ngoan Do) <https://github.com/ngocngoan>`_.\n\n\nLicense\n=======\n\nCopyright (C) 2021  \u0110\u1ed7 Ng\u1ecdc Ngo\u1ea1n (aka Ngoan Do)\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\nYou should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\nThe GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n\n\nSee `LICENSE <LICENSE>`_ to see the full text.\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3",
    "summary": "Simple JWT is a JSON Web Token authentication plugin for the Django REST Framework which to be compatible with MongoEngine.",
    "version": "1.2.1",
    "split_keywords": [
        "djangorestframework_simplejwt_mongoengine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0fb27fc588d768193bc0ba3d45e4acb02d3a9e3140fa5c4b3571ca86d77183c5",
                "md5": "a86ce0a83a87852267e044d4f5c9599a",
                "sha256": "2f05dae16b789457b8dd8a8625e4943e8ede85b87d35f99317ba305dd770d812"
            },
            "downloads": -1,
            "filename": "djangorestframework_simplejwt_mongoengine-1.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a86ce0a83a87852267e044d4f5c9599a",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 54327,
            "upload_time": "2023-01-18T02:23:24",
            "upload_time_iso_8601": "2023-01-18T02:23:24.342402Z",
            "url": "https://files.pythonhosted.org/packages/0f/b2/7fc588d768193bc0ba3d45e4acb02d3a9e3140fa5c4b3571ca86d77183c5/djangorestframework_simplejwt_mongoengine-1.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d028b832857f56dbe9a15f105af23b704f0dbd9120f702f9442bae756609954",
                "md5": "cc5a32fffab7a687d423a93f93c0b32f",
                "sha256": "bca8056bb3ad91ac14c663a48d2398b90bdcaab9063b03675657774cc9d1cc5f"
            },
            "downloads": -1,
            "filename": "djangorestframework_simplejwt_mongoengine-1.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cc5a32fffab7a687d423a93f93c0b32f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 67898,
            "upload_time": "2023-01-18T02:23:25",
            "upload_time_iso_8601": "2023-01-18T02:23:25.999828Z",
            "url": "https://files.pythonhosted.org/packages/1d/02/8b832857f56dbe9a15f105af23b704f0dbd9120f702f9442bae756609954/djangorestframework_simplejwt_mongoengine-1.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 02:23:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ngocngoan",
    "github_project": "djangorestframework-simplejwt-mongoengine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "djangorestframework-simplejwt-mongoengine"
}
        
Elapsed time: 0.05271s