Skip to content

Commit

Permalink
feat(build): new version
Browse files Browse the repository at this point in the history
Also improved description of the project
  • Loading branch information
irvingleonard committed Sep 21, 2023
1 parent 666b02b commit 3db96e1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions okta_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#! python
'''Okta client Django app
This app adapts your Django site to work with Okta as it's idP
This app adapts your Django site as a service provider to work with Okta SAML authentication.
It defines a custom AUTH_USER_MODEL based on the Okta API User object and it has an optional authentication backend that connects to the Okta API and synchronizes the users and groups on login.
There's also a mixin to handle Okta Event Hooks in your views easily.
TODO:
- Everything
Expand All @@ -9,4 +13,4 @@
- ?
'''

__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 3db96e1

Please sign in to comment.