supabase / auth-py

Python client implementation for Supabase Auth
MIT License
69 stars 37 forks source link

feat: add reauthenticate method #586

Closed silentworks closed 2 weeks ago

silentworks commented 2 weeks ago

What kind of change does this PR introduce?

feature

What is the current behavior?

There is no reauthenticate method

What is the new behavior?

Added reauthenticate method

Additional context

Add any other context or screenshots.

silentworks commented 2 weeks ago

Yeah we should probably add that for the entire lib as there are many functions that we can't unit test.