Trying to setup a POC using JWT authentication wit...
# ktor
t
Trying to setup a POC using JWT authentication with auth0 and authenticating a route in KTOR. Is there a way to debug/log out what is occurring in the
validate {}
block? I have attempting various logging options and none seem to produce anything. Currently getting
401
on every request to ktor get route but no insight on how to fix it.