Hello, I’m new here and trying to get started with Auth0 for my python FastAPI web app. I found a great sample implementation that parallels what I want to do here:
except that it is for Flask. Is there a similar piece of sample code, but for FastAPI?
BTW, I did see this:
but it doesn’t appear to be parallel to the above Flask example; it’s much more complex and doesn’t contain /login and /logout routes, so I assume it is for a different type of application.
Thank you,
Rick