supabase-community / supabase-kt

A Kotlin Multiplatform Client for Supabase.
https://supabase.com/docs/reference/kotlin/introduction
MIT License
381 stars 37 forks source link

[Feature request]: Further improve error code checking for Auth #616

Closed jan-tennert closed 3 months ago

jan-tennert commented 3 months ago

General Info

Feature request

As introduced in #596, there is a new RestException type based on error codes. We can improve on that and maybe provide an enum class for known error codes, so handling auth error codes will be even easier.

Usecase

No response