ory / elements

Ory Elements is a component library that makes building login, registration and account pages for Ory a breeze. Check out the components library on Chromatic https://www.chromatic.com/library?appId=63b58e306cfd32348fa48d50
https://ory.sh
Apache License 2.0
85 stars 44 forks source link

feat: add user logout card #100

Closed hperl closed 1 year ago

hperl commented 1 year ago

This adds a user logout card that will be used for logging out users in the OIDC front channel logout flow, as specified in the docs.

Fixes https://github.com/ory-corp/cloud/issues/4173 Part of https://github.com/ory-corp/cloud/issues/4155

Related Issue or Design Document

Checklist

Further comments

Benehiko commented 1 year ago

As discussed, since this isn't part of the Kratos flows and is a custom implementation inside the Account Experience, we don't need to over-complicate the testing setup here. Also customization isn't currently necessary since it is only used inside Account Experience.