File tree
5 files changed
+59
-9
lines changed- SupabaseTests
- Stubs
- Supabase
- modules
5 files changed
+59
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
3 | 17 | | |
4 | 18 | | |
5 | 19 | | |
6 | 20 | | |
7 | | - | |
8 | | - | |
| 21 | + | |
| 22 | + | |
9 | 23 | | |
10 | 24 | | |
11 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
70 | 106 | | |
71 | 107 | | |
72 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Submodule gotrue-csharp updated 36 files
- CHANGELOG.md+19
- Gotrue/Api.cs+38
- Gotrue/Client.cs+163-1
- Gotrue/Constants.cs+2-1
- Gotrue/Exceptions/FailureReason.cs+2-1
- Gotrue/Gotrue.csproj+4-4
- Gotrue/Helpers.cs+1-2
- Gotrue/Interfaces/IGotrueApi.cs+5
- Gotrue/Interfaces/IGotrueClient.cs+59
- Gotrue/Interfaces/IGotrueStatelessClient.cs+84-1
- Gotrue/Mfa/AmrEntry.cs+16
- Gotrue/Mfa/AuthenticatorAssuranceLevel.cs+8
- Gotrue/Mfa/Factor.cs+26
- Gotrue/Mfa/MfaChallengeAndVerifyParams.cs+8
- Gotrue/Mfa/MfaChallengeParams.cs+8
- Gotrue/Mfa/MfaChallengeResponse.cs+14
- Gotrue/Mfa/MfaEnrollParams.cs+9
- Gotrue/Mfa/MfaEnrollResponse.cs+23
- Gotrue/Mfa/MfaGetAuthenticatorAssuranceLevelResponse.cs+9
- Gotrue/Mfa/MfaListFactorsResponse.cs+13
- Gotrue/Mfa/MfaUnenrollParams.cs+7
- Gotrue/Mfa/MfaUnenrollResponse.cs+10
- Gotrue/Mfa/MfaVerifyParams.cs+14
- Gotrue/Mfa/MfaVerifyResponse.cs+27
- Gotrue/Mfa/TOTP.cs+24
- Gotrue/PersistenceListener.cs+1
- Gotrue/StatelessClient.cs+120
- Gotrue/User.cs+20
- GotrueExample/GotrueExample.csproj+1-1
- GotrueTests/GotrueTests.csproj+1-1
- GotrueTests/MfaClientTests.cs+245
- GotrueTests/ServiceRoleTests.cs+24
- GotrueTests/StatelessClientTests.cs+77
- GotrueTests/TestUtils.cs+11
- GotrueTests/Utils/TotpGenerator.cs+84
- docker-compose.yml+1-1
0 commit comments