Livio Spring

Results 62 issues of Livio Spring

This issue is to track the error reported by @buehler that logging out on iOS returns `error terminating session` The reason has not been found out yet. We'll have to...

type: bug
lang: go
category: backend
state:stale

we need a handler which deletes expired keys, tokens, ... from views

lang: go
category: backend
state:stale

We should promote passwordless by enabling the setup during login. Like the current 2FA Prompt, there should be an explicit passwordless prompt for users who have not yet set it...

enhancement
lang: go
frontend
auth

After creating a custom login policy, the active identity providers are still listed from default. Same ist for MFA and 2FA, ... From the screenshots below, you can see that...

type: bug
good first issue
category: frontend
lang: angular
state:stale

Since version 1.16 go provides the possibility to embed static files natively by `go:embed`. We should therefore replace the external dependency with the native solution. **Acceptance criteria** - [ ]...

type: enhancement
lang: go
category: backend
task
state:stale

There are some issues with autocomplete, especially with missing username on forms: - password page: browser tries to save password on empty username - user init: browser tries to save...

type: bug
lang: go
category: frontend
state:stale

generell usage: request link to register a device for passwordless usage 1. ImportHumanUserRequest: request link directly on creation https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L3008 2. Existing Users: 2.1. request link: https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L587-L590 returns https://github.com/caos/zitadel/blob/bd2e7d8133f9541e160f00b368083afb7ae13736/proto/zitadel/management.proto#L3322-L3326 2.2 send...

category: docs

We need to document how JWT IDP works so that they understand how to create one themselves.

category: docs
type: enhancement
state:stale

BREAKING CHANGE: The OpenID Provider package is now able to handle multiple issuers with a single storage implementation. The issuer will be selected from the host of the request and...

enhancement
go

The library should be able to handle multiple issuers on a single OpenID Provider. **Acceptance Criteria** - [ ] whenever possible changes are done without breaking current interfaces / implementations...

enhancement
go