Add support for MFA signup and login flow #103
Merged
Annotations
21 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Gotrue/Api.cs#L548
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Gotrue/Api.cs#L550
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Gotrue/Mfa/TOTP.cs#L11
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/TOTP.cs#L17
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/TOTP.cs#L22
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/StatelessClient.cs#L125
Nullability of reference types in value of type 'AmrEntry?[]' doesn't match target type 'AmrEntry[]'.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L13
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L21
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L25
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/StatelessClient.cs#L125
Nullability of reference types in value of type 'AmrEntry?[]' doesn't match target type 'AmrEntry[]'.
|
Gotrue/Api.cs#L548
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Gotrue/Api.cs#L550
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Gotrue/Mfa/TOTP.cs#L11
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/TOTP.cs#L17
Non-nullable property 'Secret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/TOTP.cs#L22
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L9
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L13
Non-nullable property 'TokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L21
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Gotrue/Mfa/MfaVerifyResponse.cs#L25
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading