hello everyone, I am exploring authentication architecture for web apps and APIs. Have implemented JWT previously. I am looking to understand more about
1. How to implement server-side logout when using JWT auth mechanism?
2. When do services like supertoken or auth0 make sense to use? What would I have to do on my own if I don't use these services?