yasudacloud / strapi-plugin-sso

MIT License
67 stars 48 forks source link

Increase random password entropy #17

Closed jm-mailosaur closed 11 months ago

jm-mailosaur commented 11 months ago

The current code creates a random password that is only 12 characters long. This pull request increases the password length to 43 characters which gives 256-bit entropy.

yasudacloud commented 11 months ago

@jm-mailosaur

Thanks for the PR. I have confirmed that the length of the string handled by Strapi is also fine and will merge it. We will release a new version soon.