Refactors the sso-kit-client package into core, lit and react parts.
The core package, which is private, contains the common parts which are used both in sso-kit-client-lit and sso-kit-client-react packages. With this separation we can create a separate and specific clients for a Hilla Lit and Hilla React applications. We can build these packages together from the root sso-kit-client or we can create them separately from their directory one-by-one. The instructions and scripts needed for these operations are located in the README.md and package.json files in the corresponding directories.
Moves all the configuration files related to the sso-kit-client into its own directory
Description
sso-kit-client
package intocore
,lit
andreact
parts.The
core
package, which is private, contains the common parts which are used both insso-kit-client-lit
andsso-kit-client-react
packages. With this separation we can create a separate and specific clients for a Hilla Lit and Hilla React applications. We can build these packages together from the rootsso-kit-client
or we can create them separately from their directory one-by-one. The instructions and scripts needed for these operations are located in theREADME.md
andpackage.json
files in the corresponding directories.Moves all the configuration files related to the
sso-kit-client
into its own directory