issues
search
supabase-community
/
gotrue-csharp
C# implementation of Supabase's GoTrue
https://supabase-community.github.io/gotrue-csharp/api/Supabase.Gotrue.Client.html
MIT License
39
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Introduce LoadSessionAsync for async scenarios
#107
joaompneves
opened
3 weeks ago
0
Fix RefreshToken()
#106
maverikou
opened
1 month ago
0
Add admin calls for MFA
#105
michaelschattgen
closed
3 months ago
1
Add SignUp using UserAttributes class
#104
MilesLitteral
opened
3 months ago
0
Add support for MFA signup and login flow
#103
michaelschattgen
closed
3 months ago
4
Add ExchangeCodeForSession to StatelessClient
#102
alexbakker
closed
4 months ago
1
Ban user functionality
#101
celestebyte
closed
4 months ago
1
Ban user functionality missing
#100
celestebyte
closed
3 months ago
1
Use a CSPRNG to generate the code verifier
#99
alexbakker
closed
4 months ago
4
Introduce VerifyTokenHash to support the PKCE flow for email signup
#98
alexbakker
closed
4 months ago
3
Allow for scoped signout
#97
AndrewKahr
closed
5 months ago
1
VerifyOTP using token_hash
#96
tiagomn
closed
3 months ago
1
Various minor SSO fixes and readme updates
#95
Rycko1
closed
5 months ago
1
Implement SignInWithSso
#94
Rycko1
closed
5 months ago
5
Plans to implement signInWithSSO?
#93
Rycko1
closed
5 months ago
2
RefreshToken-SignIn without AccessToken/Session
#92
Cegoco11
closed
6 months ago
4
AutoRefreshToken problem
#91
kienns1996
opened
6 months ago
2
Implement `LinkIdentity` and `UnlinkIdentity`
#90
acupofjose
closed
7 months ago
1
SignInWithIdToken not returning updated session
#89
kaushalkumar86
closed
7 months ago
6
Implement `signInAnonymously` from the JS client
#88
acupofjose
closed
7 months ago
4
SignUp Method Documentation on supabase.org [Create a new user](https://supabase.com/docs/reference/csharp/auth-signup) Is Incorrect
#85
hunsra
opened
10 months ago
15
Fix build warnings and update workflows
#84
FantasyTeddy
closed
10 months ago
1
Replace JWTDecoder package with System.IdentityModel.Tokens.Jwt
#83
FantasyTeddy
closed
10 months ago
1
Add Generate an email link to IGotrueAdminClient
#82
pyliakm
closed
10 months ago
1
InviteUserByEmail doesn't support the full API surface
#81
fig-nwebb
closed
11 months ago
2
Fix wrong session expiration date
#80
Dayjay
closed
1 year ago
1
Session.Expired is always true
#79
Dayjay
closed
1 year ago
2
`ResetPasswordForEmail` should implement support for PKCE Flow
#78
acupofjose
closed
1 year ago
1
Revert "Doc updates"
#76
wiverson
closed
1 year ago
0
Doc updates
#75
wiverson
closed
1 year ago
4
Preserve token refresh interval
#74
nref
closed
1 year ago
3
Token refresh every 5s.
#73
nref
closed
1 year ago
1
Fix for #71
#72
acupofjose
closed
1 year ago
12
Calling `SetAuth` does not actually set `Authorization` Headers for subsequent requests.
#71
acupofjose
closed
1 year ago
0
Bug fixes mainly for network status
#70
wiverson
closed
1 year ago
1
Change Network Status to use the interface instead of client
#68
wiverson
closed
1 year ago
0
Adds Shutdown. Moved docs to interfaces.
#67
wiverson
closed
1 year ago
4
Split into admin and regular client. Minor doc fixes. Lock lang to 9.0
#66
wiverson
closed
1 year ago
1
Refresh Thread bug fixes, add offline support for stateful end user client.
#63
wiverson
closed
1 year ago
2
Debug info for RetrieveSessionAsync, allow options update
#61
wiverson
closed
1 year ago
1
Add interfaces, bug fixes, additional error reason detection
#60
wiverson
closed
1 year ago
2
Modify password for already signed in user does not seem to work
#58
BasBBakker
closed
1 year ago
9
Refactor exceptions, code cleanup, and move to `delegate` auth state changes
#57
wiverson
closed
1 year ago
9
Remove debug logging
#56
wiverson
closed
1 year ago
1
Cleanup
#53
wiverson
closed
1 year ago
0
Turn on GitHub discussions
#50
wiverson
closed
1 year ago
1
Please add: VerifyOTP(string email, string token, EmailOtpType type = EmailOtpType.Signup)
#49
BasBBakker
closed
1 year ago
7
Implements #47 `SignInWithIdToken`
#48
acupofjose
closed
1 year ago
0
Add Support for Sign In With Apple
#47
wiverson
closed
1 year ago
22
Implements PKCE flow based on supabase/gotrue-js#591
#46
acupofjose
closed
1 year ago
0
Next