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
This single page application is an example of token based authentication implementation using the Aurelia front end framework and ASP.NET core.
It uses OpenId to generate tokens after a successful login.
The Token is then used to connect to a SignalR persistent connection, therefore establishing an authenticated real-time connection. The status of the user is broadcasted and if another client connects, it is communicated to all the online clients.
Limitations
There is no database implementation, this project is supposed to be used as a boiler plate for you to build on top of using the database technology you find the most suitable for your application.
Donations are welcome and will go towards further development of this project as well as other related projects. Use the wallet address below to donate.
BTC Donations: 1Qc5ZpNA7g66KEEMcz7MXxwNyyoRyKJJZ
Thank you for your support and generosity!
About
This single page application is an example of a token based authentication implementation using the Aurelia front end framework and ASP.NET core.