I made an API for my personal use in the Flask without any database, I want to add token authentication to that API without any user Sign Up. I want, can generate a JWT and send that to the server then Server can verify that JWT is valid then send a response else give an unauthorized error. it must check when I request any endpoint of my API.
thanks in Advance.