supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
488 stars 121 forks source link

feat: password limit prop #246

Closed Hallidayo closed 8 months ago

Hallidayo commented 8 months ago

What kind of change does this PR introduce?

Feat/Bug fix

What is the current behavior?

Their is a 72 character length password in the sign up with Supabase that is not captured in Auth UI.

What is the new behavior?

Instead of setting this as a mandatory option I've added a prop in which users can turn on or off if they want to turn on the password limit.

Additional context

Closes #187