JWT in new table

hi!

I need to create another table, with ‘name’ and ‘password’ fields, different from the “Users” table in a Strapi installation. And I would like to encrypt that password or use something else to increase the security of that password.

How would I do it?

I didn’t find updated tutorials about it.

Thanks!

Would have to create your own collection with name and password.
Then create a custom controller and hash the passwords etc.

I’m not sure why you need to if you already have it with strapi, whats the end goal of this ?

@Eventyret
I wanted to do this to use another table different from strapi’s native users.

Wouldn’t we recommend this what I want to do?