kratos
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...
### 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). -...
Allow to specify max password length. See https://github.com/ory/kratos/discussions/2449 ``` BREAKING CHANGES: Passwords longer then `max_password_length` will not be recognizable. Currently default is set to 1024 characters Workaround: users could use...
### 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). -...
OIDC setting will produce faulty "endpoint disabled" when setting request from another method, because it does not check if request method is matched with OIDC. Use flow.MethodEnabledAndAllowed could fix this...
### 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). -...
Bumps [axios](https://github.com/axios/axios) to 1.6.7 and updates ancestor dependencies [axios](https://github.com/axios/axios), [@ory/kratos-client](https://github.com/ory/sdk) and [wait-on](https://github.com/jeffbski/wait-on). These dependencies need to be updated together. Updates `axios` from 0.21.4 to 1.6.7 Release notes Sourced from axios's...
## Related issue(s) ## Checklist - [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [ ] I have referenced an issue containing the design document if my change introduces...
### 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). -...
``` BREAKING CHANGES: This feature enables two-step registration per default. Two-step registration is a significantly improved sign up flow and recommended when using more than one sign up methods. To...