zitadel/proto/zitadel
Tim Möhlmann 5b1160de1e
feat(session): allow update of session without token (#7963)
# Which Problems Are Solved

The session update requires the current session token as argument.
Since this adds extra complexity but no real additional security and
prevents case like magic links, we want to remove this requirement.

We still require the session token on other resouces / endpoints, e.g.
for finalizing the auth request or on idp intents.

# How the Problems Are Solved

- Removed the session token verifier in the Update Session GRPc call.
- Removed the session token from login UI examples session update calls

# Additional Changes

- none

# Additional Context

- Closes #7883
2024-05-22 05:56:11 +00:00
..
action/v3alpha feat: add action v2 execution on requests and responses (#7637) 2024-05-04 11:55:57 +02:00
docs docs: fix proto option generation (#1972) 2021-07-05 14:16:39 +00:00
feature/v2beta fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
milestone/v1 perf: query projected milestones for onboarding view (#6760) 2023-10-25 11:16:34 +00:00
object/v2beta feat: user v2 service query (#7095) 2024-01-17 10:00:10 +01:00
oidc/v2beta fix: Domains problematic (#6564) 2023-09-20 12:45:11 +02:00
org/v2beta fix: Domains problematic (#6564) 2023-09-20 12:45:11 +02:00
protoc_gen_zitadel/v2 refactor: use new protoc plugin for api v2 (#5798) 2023-05-04 08:50:19 +00:00
session/v2beta feat(session): allow update of session without token (#7963) 2024-05-22 05:56:11 +00:00
settings/v2beta feat(cnsl): docs link can be customized and custom button is available (#7840) 2024-05-13 16:01:50 +02:00
user fix: import totp in add human user with secret (#7936) 2024-05-14 09:20:31 +02:00
action.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
admin.proto feat(cnsl): docs link can be customized and custom button is available (#7840) 2024-05-13 16:01:50 +02:00
app.proto feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
auth_n_key.proto docs: Management api documentation (#5301) 2023-02-28 10:43:51 +01:00
auth.proto fix: allow sorting of MyProjectOrgs (by name) (#7970) 2024-05-17 09:52:15 +02:00
change.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
event.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
feature.proto fix: use enum for instance feature in system api (#6682) 2023-10-09 12:33:23 +02:00
idp.proto feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
instance.proto feat(system api): list instances by domains (#6806) 2023-10-25 19:20:12 +00:00
management.proto feat(cnsl): docs link can be customized and custom button is available (#7840) 2024-05-13 16:01:50 +02:00
member.proto fix: remove email validation for SearchUsers v2beta/users (#7855) 2024-04-26 14:00:47 +00:00
message.proto chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
metadata.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
object.proto feat: extend session search service (#6746) 2023-11-08 11:32:13 +01:00
options.proto ci: improve performance (#5953) 2023-07-17 10:08:20 +02:00
org.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00
policy.proto feat(cnsl): docs link can be customized and custom button is available (#7840) 2024-05-13 16:01:50 +02:00
project.proto fix(api): use organization instead of organisation (#6720) 2023-10-13 12:37:35 +00:00
quota.proto feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
settings.proto feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
system.proto feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
text.proto feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
user.proto fix: remove email validation for SearchUsers v2beta/users (#7855) 2024-04-26 14:00:47 +00:00
v1.proto docs: improve api docs (#5158) 2023-02-23 18:08:06 +07:00