Auth0 and Postgresql

How can i connect auth0 to my postgresql database so that when a user logs in they are able to access their personal webpage? are there any good online resources for this because I have been struggling to find any

Thank You

Hello @alexdc2,

If you want your users to log in using credentials stored in your postgresql database, you will need to use the custom database. The management console offers templates for connecting to postgresql.

Let us know if those docs and templates help down the road!