Initial commit

This commit is contained in:
2025-10-12 13:03:56 +03:00
commit b42c879e7b
13 changed files with 616 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Meta User Storage Provider
[Keycloak](https://www.keycloak.org/) ([User Storage SPI](https://www.keycloak.org/docs/latest/server_development/index.html#_user-storage-spi))
## Читать
[DOCS](https://www.keycloak.org/documentation)
[Quickstarts](https://github.com/keycloak/keycloak-quickstarts#)
[Maven Repository](https://mvnrepository.com/)
## Сборка (JAR-файл)
```
docker run -it --rm -v "$(pwd)":/app -w /app maven:3.9.11-eclipse-temurin-17-alpine mvn clean package
```
`target/meta-user-provider-{version}.jar`