Atticus Zeller

Results 35 comments of Atticus Zeller

qq 的好像已经有了,你去搜搜看

https://github.com/zhiyiYo/PyQt-Fluent-Widgets

[repo](https://github.com/Atticuszz/fastapi_supabase_template) hey bro👋,there is base template of fastapi+ supabase with 90+% test coverage,although i do not apply mock client tests,hope the rest of tests or other code would help💪

excuse me bros,and do u how can i contribute the rep with our ideas?i find it's dened as create a async branch@J0 @silentworks ,i wanna contribute my package(supabase-py-async) which is...

honestly,supabase_key is identical to access_token,as the first time you call property like postgrest,it will autonomously init by supabase_key

but it seems like creating client by access token that got after signed in from front-end does not work properly to recognize the User,I mean if u called get_session,will get...

@turian thanks for point out it!i do test access token as key,auth failed ,cause the auth_token set None if we do not sign in with posswords etc,my solution is use...

> You can pass a user's access token using a header > > ```python > create_client( > url, > key, > options=ClientOptions( > headers={"Authorization": f"Bearer {access_token}"}, > ), > )...

> @Atticuszz I saw you fast api supabase boilterplate ( i'm working with fast api too) and I think you need to support the custom auth. In my use case...