Life & fun · September 25, 2023
An Admin-Friendly, User Management Server (With Passkeys and JWTs)
In plain words
This is a user management server designed for administrators who need to handle authentication and authorization. It supports passkeys and JWT tokens for secure access control. The server provides core user management functionality, allowing admins to create, modify, and manage user accounts and permissions. It's built as a backend solution suitable for developers integrating authentication into their applications. The project is available on GitHub for those seeking an open-source authentication system.
written from the facts on this page · September 2026
Does the same job
all alternatives →- ASA simple Go web server with logging, tracing, health check2018 · gist.github.com · ▲318
- RTReal-time server monitoring in your browser2014 · scoutapp.github.io · ▲346
- SJServer.js – A modern Express alternative2017 · serverjs.io · ▲295
- ATAdminJS, the Backend-Agnostic Administration Framework2013 · adminjs.com · ▲119
- HAHTTPLab – An interactive web server2017 · github.com · ▲171
- NANchan – a pub/sub server as an Nginx module2015 · nchan.slact.net · ▲149
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 29d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 27d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io