-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Models to JWTRoutes class & init_app method #119
Labels
enhancement
New feature or request
Comments
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
added a commit
that referenced
this issue
Dec 9, 2019
joegasewicz
pushed a commit
that referenced
this issue
Dec 10, 2019
Add Models to JWTRoutes class & init_app method #119
joegasewicz
added a commit
that referenced
this issue
Dec 10, 2019
**Release 0.0.25** - 2019-12-10 - Replaced the the `entity_type` kwarg to `table_name` in the public method `register_entity` [Issue #111](#111) - Renamed the `update_entity` public method to be called `update_token` [Issue #114](#114) - Renamed the `register_entity` public method to be called `create_token` [Issue #113](#113) - Add Models to JWTRoutes class & init_app method [Issue #119](#119)
This work has been completed & merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add the Models to JWTRoutes class & init_app method.
Entity models should be able to be passed directly to the public api class constructor or
init_app
method.The text was updated successfully, but these errors were encountered: