You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current issue is that the usage of this integration with supabase-ex in phoenix and plug based projects are kinda... cumbersome I would say.
so the idea here is to simplify the implementation and avoid massive meta-programming couple features to actually use different authentication strategies, while also simplifying the migration from phx.gen.auth.
Describe the solution you'd like
to achieve this we need to implement the generators like phoenix does, maybe something
mix gotrue.gen.auth -s oauth -p apple
whether -s stands for --strategy and -p for --provider.
so for each strategy we can implement a custom generator and it should use live view as default but we can think to implement dead view support in the future.
Feature request
Is your feature request related to a problem? Please describe.
The current issue is that the usage of this integration with
supabase-ex
in phoenix and plug based projects are kinda... cumbersome I would say.so the idea here is to simplify the implementation and avoid massive meta-programming couple features to actually use different authentication strategies, while also simplifying the migration from
phx.gen.auth
.Describe the solution you'd like
to achieve this we need to implement the generators like phoenix does, maybe something
whether
-s
stands for--strategy
and-p
for--provider
.so for each strategy we can implement a custom generator and it should use live view as default but we can think to implement dead view support in the future.
also, we can check https://github.com/ash-framework/igniter for some inspiration ^-^
Describe alternatives you've considered
N/A
Additional context
supabase-ui
for live viewThe text was updated successfully, but these errors were encountered: