supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
319 stars 152 forks source link

Added Descope as Provider #857

Open gaokevin1 opened 4 months ago

gaokevin1 commented 4 months ago

What kind of change does this PR introduce?

This PR adds 'descope' to the Provider type. Descope as a Provider is also pending being added to supabase/gotrue through this [PR]() and the documentation is handled in this PR

What is the current behavior?

There is a type error because there is no 'descope' in Provider type.

What is the new behavior?

Remove the type error in the IDE.

Additional context