You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
Login form with bearer authentication
Nodejs uses passport and jsonwebtoken
All authenticated Angular services will add Authentication header (Bearer JWT:HERE) with jwt to be able to access.
I can leave the homepage as public, but restrict a new page, called profile.
This is only an example, but I still have a working basic and wip impl in a branch called auth, so I need some time to improve and merge it.