can you create a video on flask rest api app where user can login and register using html form and mysql database and use authentication method as jwt token for authentication
Hey Mayur, are you interested in building a registration and login page using HTML? We can implement a process where users can register through the HTML registration page. Afterwards, they can log in using the API, and upon successful login, they will receive a JWT access token, just like we demonstrated in the video. What do you think?
@@kritimyantra But to verify the token after login, we can only access the database that has @jwt_required via Postman using Bearer Token. I want the @jwt_required to take the JWT token, check if it is there, and access the data. Could you please explain it? Every route has been done via Postman API. I would like to see it in RESTful API. with the token stored safely in localStorage
very straight forwar , thanks alot .
Thanks
amazing and to the point video!
"request" is not defined 8:09
import it from flask
can you create a video on flask rest api app where user can login and register using html form and mysql database and use authentication method as jwt token for authentication
Hey Mayur, are you interested in building a registration and login page using HTML? We can implement a process where users can register through the HTML registration page. Afterwards, they can log in using the API, and upon successful login, they will receive a JWT access token, just like we demonstrated in the video. What do you think?
@@kritimyantra But to verify the token after login, we can only access the database that has @jwt_required via Postman using Bearer Token. I want the @jwt_required to take the JWT token, check if it is there, and access the data. Could you please explain it?
Every route has been done via Postman API. I would like to see it in RESTful API. with the token stored safely in localStorage
thank you for this
You're very welcome!
thank you sir for this flask tut very helpful , one request how to deploy flask app to share with someone sir
Will try
can you send code link?
could u pls share the source code