Auth in minutes. Powered by Keycloak.

AuthKick simplifies Keycloak integration with a production-ready Java + Docker starter. Secure authentication without the config nightmare.

Get AuthKick
Self-hostedOIDC / OAuth2Docker-readyJava REST API

Start in minutes

docker
# 1) Run Keycloak + AuthKick
docker compose up -d

# 2) Login (example)
curl -X POST http://localhost:8080/auth/login \
  -H "Content-Type: application/json" \
  -d '{"username":"demo","password":"demo"}'

Production-ready starter: Keycloak + Java REST endpoints + Docker.

Instant Setup

Dockerized Keycloak backend with REST-ready Java endpoints. Up and running in minutes.

Battle-Tested Auth

Password, token, refresh, roles, and password reset all ready to go — no more boilerplate.

Own Your Stack

Self-hosted Keycloak, full control, zero third-party vendor lock-in.

Available API Methods

AuthKick includes a clean REST API built in Java, backed by Keycloak, to handle every key auth flow.

POST/auth/login

Log in and receive tokens

POST/auth/refresh

Refresh access token

POST/auth/revoke

Revoke access/refresh token

POST/auth/logout

Logout user session

POST/auth/reset-password

Admin resets user password

POST/auth/update-password

User updates own password

POST/user/create

Create a new user

POST/user/update

Update user fields

POST/role/assign

Assign a role to a user

Pricing

AuthKick Developer License

For devs and indie teams who want to integrate secure auth in minutes.

$49 one-time

  • • Access to the private repo
  • • Production-ready wrapper
  • • Example implementation
  • • Updates for 3 months

Custom Support & Integration

For teams needing hands-on support or advanced Keycloak configuration.

From $19 / hour

  • • Email support
  • • Integration assistance
  • • Advanced Keycloak configuration
  • • Security & flow guidance