update readme
This commit is contained in:
@ -18,10 +18,10 @@ The problem:
|
|||||||

|

|
||||||
|
|
||||||
When we redirected to Keycloak the user suffers from a harsh context switch.
|
When we redirected to Keycloak the user suffers from a harsh context switch.
|
||||||
The language is set back to default and the theme is different,
|
The language is set back to default and the theme is different.
|
||||||
|
|
||||||
Keycloak does offer a way to customize the theme of theses pages but it will require a lot of raw HTML/CSS hacking
|
Keycloak does offer a way to customize theses pages but it requires a lot of raw HTML/CSS hacking
|
||||||
to reproduce the look and feel of your app. Not mentioning the maintenance cost of such an endeavour.
|
to reproduce the look and feel of a specific app. Not mentioning the maintenance cost of such an endeavour.
|
||||||
|
|
||||||
Wouldn't it be great if we could just design the login and register pages as if they where part of our app while
|
Wouldn't it be great if we could just design the login and register pages as if they where part of our app while
|
||||||
still letting Keycloak handle the heavy lifting of actually authenticating the users?
|
still letting Keycloak handle the heavy lifting of actually authenticating the users?
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keycloak-react-theming",
|
"name": "keycloak-react-theming",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "keycloak-react-theming",
|
"name": "keycloak-react-theming",
|
||||||
"version": "0.0.11",
|
"version": "0.0.12",
|
||||||
"description": "Keycloak theme generator for Reacts app",
|
"description": "Keycloak theme generator for Reacts app",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user