go-client icon indicating copy to clipboard operation
go-client copied to clipboard

FusionAuth Go Client Library!

Results 33 go-client issues
Sort by recently updated
recently updated
newest added

This API: https://github.com/FusionAuth/go-client/blob/master/pkg/fusionauth/Client.go#L290 has the functionality to: // ChangePasswordByIdentity // Changes a user's password using their identity (login id and password). Using a loginId instead of the changePasswordId // bypasses...

I have created a tenant using Tenant APIs using the Default Tenant as a base, but trying to add customisations, in this case email settings. `POST api/tenant` ``` { "tenant":...

The Login API is supposed to sign-in a User and return a "Set-Cookie" header that contains the refresh token and access token, but the client does not read the headers...

Using the savant release plugin, I see that this client library has releases (`1.29.0`, `1.28.0`) and tags with the same format. However, the golang way is to preface the version...

After upgrading to the latest version I get the following compilation errors: # github.com/FusionAuth/go-client/pkg/fusionauth ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2858:16: undefined: double ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2859:16: undefined: double ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:4453:16: undefined: double

When trying to do curl [GET] request to validate: ``` { "jwt": { "exp": 1606240095, "iat": 1606236495, "iss": "acme.com", "jti": "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX", "sub": "XXXXXX-XXXX-XXXX-XXXX-XXXXXXXX", "authenticationType": "PASSWORD", "email": "[email protected]", "email_verified": true, "preferred_username":...

Shouldn't this method use ```StartAnonymous()```? Currently it's using an API-Key and I always run into a 401 without further information. Checking the API manually (with a REST client) it seems...

After upgrading to the latest version I get the following compilation error: # github.com/FusionAuth/go-client/pkg/fusionauth ../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:4174:17: undefined: char

After upgrading to the latest version I get the following compilation error: % github.com/FusionAuth/go-client/pkg/fusionauth ../../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2031:6: JWTConfiguration redeclared in this block previous declaration at ../../../../go/pkg/mod/github.com/!fusion!auth/[email protected]/pkg/fusionauth/Domain.go:2017:6