yasudacloud / strapi-plugin-sso

MIT License
89 stars 61 forks source link

Increase random password entropy #17

Closed jm-mailosaur closed 1 year ago

jm-mailosaur commented 1 year 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 1 year 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.