# Functions
Here we validate the tokens in all requests going to our server at http://127.0.0.1:12345/auth For valid tokens we return 200, otherwise 401.
Here we validate the tokens in all requests going to our server at http://127.0.0.1:12345/hello For valid tokens we say Hello, for others we say Sorry.