supabase / gotrue-dart

A dart client library for GoTrue.
MIT License
46 stars 37 forks source link

Add base implementation of native openID connect #61

Closed DanMossa closed 2 years ago

DanMossa commented 2 years ago

This pretty much overtakes this PR in draft https://github.com/supabase-community/gotrue-dart/pull/57/files

I basically rewrote https://github.com/supabase/gotrue-js/pull/207/files in dart.

Once this is merged in I need to update Supabase Which will then require me to update https://github.com/supabase-community/supabase-flutter

DanMossa commented 2 years ago

Great! You can go ahead and merge when you're ready @bdlukaa . This fixes https://github.com/supabase-community/gotrue-dart/issues/27 and let's me get started on https://github.com/supabase-community/supabase-flutter/issues/5

DanMossa commented 2 years ago

@bdlukaa What's the process of bumping this to a new version so it can be used in supabase-dart?

bdlukaa commented 2 years ago

@dshukertjr usually do the releases of all dart packages. for now, you can use git and path dependencies

hmarat commented 2 years ago

@bdlukaa I do in this way, but I see null logs anywhere(except my idToken got with google_sign_in) image

I don't know what's wrong here. Configs also are done correctly.