So let’s say a web application with user authentication needs to store certain details like address, phone number, etc. I’m assuming it would be typical to authenticate with SuperTokens and then store the extra user information in the web app’s own database, correct?
If that is the case, what’s the benefit of storing role info in SuperTokens as opposed to using one’s own database?