kratos icon indicating copy to clipboard operation
kratos copied to clipboard

Next-gen identity server replacing your Auth0, Okta, Firebase with hardened security and PassKeys, SMS, OIDC, Social Sign In, MFA, FIDO, TOTP and OTP, WebAuthn, passwordless and much more. Golang, hea...

Results 415 kratos issues
Sort by recently updated
recently updated
newest added

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

bug

### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...

feat

**Is your feature request related to a problem? Please describe.** GDPR requires developers to provide users with an option to export all of their data. **Describe the solution you'd like**...

feat

**Is your feature request related to a problem? Please describe.** Ensure that it is not possible to see if a user is signed up on Kratos using password reset flow....

**Is your feature request related to a problem? Please describe.** Users have to be able to delete their account including all personal data (GDPR/... complaint). **Describe the solution you'd like**...

feat

Adds `enum` values from identity schema to node meta. I chose the meta instead of the attributes because there is no official enum attribute for HTML inputs. I didn't change...

This feature is for adding the capability to use query parameter to filter identities result on `/identities` handler. For now couple things to do : - Review the paging -...