Start and end codes for the lectures of our Advanced REST APIs with Flask and Python course
Stars
29
Forks
70
Watchers
29
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Removed tabs and replaced each with 4 spaces to standardize format
75141a5View on GitHubMerge pull request #4 from tecladocode/jose/cou-65-update-oauth-section-from-flask-oauthlib
bccf95dView on GitHubmeta(gitignore): add repo gitignore instead of per-folder
3793b4fView on GitHubstyle(deps): use requirements.txt instead of Pipenv
7809b17View on GitHubbug(oauth): fix missing import and add non-nullable passwords
28bdedaView on GitHubUpdated code to use hmac's compare_disgest instead werkzeug's safe_str_cmp
55141dfView on GitHubUpdate StoreSchema with load_instance = True, as it was missing.
d2d53f9View on GitHubUpdate ModelSchema to SQLAlchemyAutoSchema and include load_instance so that when deserializing we get an object back instead of a dictionary.
d1e969dView on GitHubUpdate marshmallow models and fields to include kwargs as required.
41c6dd4View on GitHubMerge pull request #1 from tecladocode/jose/cou-15-update-downloadable-resource-code-to
e31fdebView on GitHubUse back_populates on the ItemModel to remove the warning from SQLAlchemy on overwritten relationship.
e63d869View on GitHubChange all the code from each lecture so that it uses v4 of Flask-JWT-Extended.
c6847c9View on GitHub