Go to file
Benjamin Yule Bädorf fb569f4746
Remove tests and Json Event Listener
2024-04-28 02:10:25 +02:00
src Remove tests and Json Event Listener 2024-04-28 02:10:25 +02:00
.gitignore Initial commit 2024-04-28 01:46:04 +02:00
README.md Initial commit 2024-04-28 01:46:04 +02:00
flake.lock Initial commit 2024-04-28 01:46:04 +02:00
flake.nix Initial commit 2024-04-28 01:46:04 +02:00
pom.xml Initial commit 2024-04-28 01:46:04 +02:00

README.md

Keycloak Event Listener

Some demo event listeners for Keycloak.

Highlander Session Restrictor

Allowing only the last session to survive, if a user logs in on multiple browsers/devices.

I call it the Highlander mode - there must only be one!

AWS SNS

Simply pushing all events to an AWS SNS topic.

Last Login Time

Save the last (most recent) login time in an attribute of the user.