System Information
- Strapi Version: latest
- Operating System:
- Database: postgresql
- Node Version:
- NPM Version:
- Yarn Version:
Hi all
I am using social authentication with google, the database models for end users currently include 4 tables:
- users
- users-permissions_permission
- users-permissions_role
- users-permissions_user
However in Content-Types Builder only Permission, Role, and User
are displayed. I would like to add some relation with users table to access name
information but there seems to be no such mechanism.
Is there any official way or even work around to do this?
Thanks a lot for your help.