Skip to content
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

Closed
joegasewicz opened this issue Dec 9, 2019 · 1 comment
Closed

Add Models to JWTRoutes class & init_app method #119

joegasewicz opened this issue Dec 9, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@joegasewicz
Copy link
Owner

joegasewicz commented Dec 9, 2019

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.

@joegasewicz joegasewicz added the enhancement New feature or request label Dec 9, 2019
@joegasewicz joegasewicz self-assigned this Dec 9, 2019
@joegasewicz joegasewicz changed the title Move the Models to JWTRoutes class & init_app method Add Models to JWTRoutes class & init_app method 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)
@joegasewicz
Copy link
Owner Author

This work has been completed & merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant