jr200 / nats-iam-broker

A NATS decentralised auth-callout service to swap thirdparty IdP JWTs for RBAC'd NATS User JWTs
MIT License
11 stars 1 forks source link

Add test web gui #9

Open gedw99 opened 2 hours ago

gedw99 commented 2 hours ago

At the moment there is a test client that is a golang cli.

add a test web gui that is simple to demonstrate it working.

Passkeys example is here with clean and simple gui : https://github.com/gedw99/passkey, which has the caddy and traefik config so that any web site will work . The passkeys are independent of the OS . So I can sync them between users devices using nats itself , avoiding the OS lock in with sync of your passkeys .

gedw99 commented 2 hours ago

I see there is also a test web GUI here too : https://github.com/jr200/nats-skeleton-nextjs/