<@!457661396717666304> what I wonder is how did y...
# support-questions-legacy
r
@User > what I wonder is how did you know that
apiWebProxyPath
is what stands between the domain and the base path? This config is used to define a sub path that is added to the overall API path by a proxy. So in your case, it prepends
/dev
to your API path such that the frontend needs to query
/dev/auth/*
, whereas the backend API sees
/auth/*
. @User is a member of our active contributors and had introduced this variable to solve routing issues when a proxy / API gateway is in place. We will be working on adding docs for it and making it more understandable. > how can I inspect my users' database? Currently, we hide away the database layer if you are using our managed service. I'm not sure if and when we will be able to give direct access to the db. But in the meantime, you can use our pagination functions to loop through all the users: https://supertokens.io/recipe-redirect?to=/common-customizations/user-pagination&hide=session