We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0498ab commit f57d581Copy full SHA for f57d581
Examples/BlazorWebAssemblySupabaseTemplate/README.MD
@@ -1,3 +1,17 @@
1
+#TODO
2
+ - CustomSupabaseSessionHandler not working.
3
+ - how to test:
4
+ - Logout
5
+ - Login
6
+ - Access Crud table private RLS page
7
+ - Insert some row
8
+ - you will see the row displayed below
9
+ - press F5 on the browser
10
+ - the rows will disapear
11
+ - Maybe i created CustomSupabaseSessionHandler wrong. But it seem like that the token is not being sent with the headers...
12
+
13
+ - create policy to insert that check if the user_id is the same of the user logged in trying to insert.
14
15
# Credits
16
https://github.com/supabase-community/supabase-csharp
17
https://github.com/patrickgod/BlazorAuthenticationTutorial
0 commit comments