Open gdelbos opened 7 months ago
It would also be great to be able to import js/apps/account-ui/src/api/methods.ts
.
Would be great also to have sample of working i18n in new pages. Example
In addition, we need a way to access the parent's KeycloakContext
like it was in the v2 theme. I need to use the console accessToken.
If I use KeycloakProvider
from @keycloak/keycloak-ui-shared
, I'm falling into a redirection loop
const environment = getInjectedEnvironment()
return (
<KeycloakProvider environment={environment}>
<... />
</KeycloakProvider>
)
Description
Currently, the proposed extension example does only present two things:
In both case only basic HTML tag are used. However, there is no example on how we could use the component existing in the account-ui project (
Page
, etc.).Discussion
No response
Motivation
Being able to extends the current theme (adding new pages, etc.) using the component defined in the Keycloak.V3 theme.
Details
Some exemple of expected implementation:
Page
in the *KeycloakManLovesJsx" componentUPDATE_EMAIL
for instance)