Wep app with admin BayLang example app with admin page Generate JWT key openssl genrsa -out jwt_private.key 2048 openssl rsa -in jwt_private.key -outform PEM -pubout -out jwt_public.key