Add README for Keycloak JS to the NPM package (#10085)
This commit is contained in:
parent
fb81242658
commit
f84f5fd86e
2 changed files with 7 additions and 0 deletions
3
adapters/oidc/js/README.md
Normal file
3
adapters/oidc/js/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Keycloak JS
|
||||||
|
|
||||||
|
The documentation can be found in the [Keycloak documentation](https://www.keycloak.org/docs/latest/securing_apps/index.html#_javascript_adapter).
|
|
@ -29,6 +29,10 @@
|
||||||
<outputDirectory>/</outputDirectory>
|
<outputDirectory>/</outputDirectory>
|
||||||
<filtered>true</filtered>
|
<filtered>true</filtered>
|
||||||
</file>
|
</file>
|
||||||
|
<file>
|
||||||
|
<source>../../../adapters/oidc/js/README.md</source>
|
||||||
|
<outputDirectory>/</outputDirectory>
|
||||||
|
</file>
|
||||||
</files>
|
</files>
|
||||||
|
|
||||||
<fileSets>
|
<fileSets>
|
||||||
|
|
Loading…
Reference in a new issue