Ory Kratos isthedeveloper-friendly, security-hardened and battle-tested Identity, User Management and Authentication system for the Cloud. Finally, it is no longer necessary to implement User Login for the umpteenth time! Ory Kratos on the Ory Network ...
ory/kratos-client-typescript-fetch This is the official Ory Kratos SDK for typescript-fetch. Ory Self-Hosted This SDK is for use with self-hosted Ory Kratos. If you are developing against Ory Network, please use the Ory Network SDK. Please do not make any pull requests against this reposi...
We hope you enjoy the new features and improvements in Ory Kratos v1.3.0. Please remember to leave aGitHub starand check out our otheropen-source projects. Your feedback is valuable to us, so join theOry communityand help us shape the future of identity management. Breaking Changes When usi...
And thekratos-selfservice-uialready work with the 2FA TOTP. But I get some troubles in the web api when generating url to return to the front-end app to generate QR code and verify. Seems the url look likeotpauth://totp/Kratos:{identityId}?algorithm=SHA1&digits=6&issuer={my-issuer}&...
KRATOS_ADMIN_URL(optional) The URL where Ory Kratos' Admin API is located at (e.g.http://kratos:4434). Ory OAuth2 requires more setup to get CSRF cookies on the/consentendpoint. ORY_SDK_URLorHYDRA_ADMIN_URL(optional): The URL where Ory Hydra's Admin API is located at. If this app...
"github.com/pkg/errors" "github.com/ory/herodot" "golang.org/x/oauth2" "github.com/ory/kratos/x" @@ -50,3 +54,14 @@ type Claims struct { Team string `json:"team,omitempty"` RawClaims map[string]interface{} `json:"raw_claims,omitempty"` } // Validate checks if the claims are...
10 10 "github.com/ory/kratos/driver/config" 11 11 "github.com/ory/kratos/selfservice/flow" 12 + "github.com/ory/kratos/selfservice/flow/login" 12 13 "github.com/ory/kratos/selfservice/flow/registration" 13 14 "github.com/ory/kratos/session" 15 + "github.com/ory/kratos/ui/nod...
"github.com/ory/kratos/x" "github.com/ory/x/fetcher" "github.com/ory/x/httpx" "github.com/Masterminds/sprig/v3" lru"github.com/hashicorp/golang-lru" Expand All@@ -33,7 +31,7 @@ type Template interface { } typetemplateDependenciesinterface{ ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
hperl This fixes a bug in native OIDC login and registration flows, where the user already has a session in the browser the flow is continued with (usually a web view, but depending on the platform it already has a session cookie set). In the callback, we now correctly handle the case...