You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Flask-restx REST API Endpoint with my own Flask Blueprints and a React Frontend on top.
I noticed Flask-Security provides few predefined examples endpoints, WTF templates.
How apply basic Flask-Security features on my Flask-restx REST endpoints?
e.g. :
JWT TOKEN Login
define read/write polcies for specific endpoint
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am using Flask-restx REST API Endpoint with my own Flask Blueprints and a React Frontend on top.
I noticed Flask-Security provides few predefined examples endpoints, WTF templates.
How apply basic Flask-Security features on my Flask-restx REST endpoints?
e.g. :
JWT TOKEN Login
define read/write polcies for specific endpoint
Can Pydantic be used with Flask-Security?
Beta Was this translation helpful? Give feedback.
All reactions