Skip to content

Django integration for Clerk.com auth platform

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

yesawoo/django-clerk

Repository files navigation

django-clerk

django-clerk is a Django library that integrates with the Clerk authentication platform. It provides seamless integration with Clerk's user authentication and authorization features, allowing you to easily authenticate and manage users in your Django application.

(or at least that's the goal - currently very alpha - thar be dragons)

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install django-clerk

Add to apps

INSTALLED_APPS = [
    # other apps...
    'django_clerk',
]

Add Middleware which sets request.user

MIDDLEWARE = [

# other middleware...

'django_clerk.middleware.ClerkMiddleware',
]

The following setting is required. CLERK_JWT_PEM_PUBLIC_KEY = "your_public_key_here"

License

django-clerk is distributed under the terms of the MIT license.

About

Django integration for Clerk.com auth platform

Resources

License

BSD-3-Clause, MIT licenses found

Licenses found

BSD-3-Clause
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published