Skip to content

Commit

Permalink
Bump version (for latest bug fix), minor readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinclisu committed May 19, 2021
1 parent b5e0298 commit ae5256d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def get_secure(user: Auth0User = Security(auth.get_user, scopes=['read:blabla'])

Example user responses:
```Python
id='Art2l2uCeCQk5zDVbZzNZmQkLJXLd9Uy@clients' permissions=['read:blabla'] email=None" # user is M2M app
id='auth0|5fe72b8eb2ac50006f725451' permissions=['read:blabla'] email='some.user@outlook.com" # user signed up using auth0 database
id='google-oauth2|115595596713285791346' permissions=['read:blabla'] email='other.user@gmail.com" # user signed up using google
id='Art2l2uCeCQk5zDVbZzNZmQkLJXLd9Uy@clients' permissions=['read:blabla'] email=None # user is M2M app
id='auth0|5fe72b8eb2ac50006f725451' permissions=['read:blabla'] email='some.user@outlook.com' # user signed up using auth0 database
id='google-oauth2|115595596713285791346' permissions=['read:blabla'] email='other.user@gmail.com' # user signed up using google
```

# Video tutorial
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='fastapi-auth0',
version='0.2.0',
version='0.2.1',
description='Easy auth0.com integration for FastAPI',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit ae5256d

Please sign in to comment.