Show me how with code (edit)
https://aspnet.uservoice.com/forums/228522-show-me-how-with-code
Session and Authentication Timeouts
https://markfreedman.com/handling-session-and-authentication-timeouts-in-asp-net-mvc/
Using MVC 5 with EF6, Web API 2, SignalR, and Azure
https://www.skillsoft.com/courses/5399644-using-mvc-5-with-ef6-web-api-2-signalr-and-azure/
Token & Refresh Token in ASP.NET Core Web API
https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api
https://www.blinkingcaret.com/2018/05/30/refresh-tokens-in-asp-net-core-web-api/
SoapUI & Token in Restful service using Web API
https://dzone.com/articles/step-by-step-how-to-develop-a-restful-web-service
http://bitoftech.net/2015/01/21/asp-net-identity-2-with-asp-net-web-api-2-accounts-management/
https://stackoverflow.com/questions/20637674/owin-security-how-to-implement-oauth2-refresh-tokens (HAY)
https://leastprivilege.com/2013/11/15/adding-refresh-tokens-to-a-web-api-v2-authorization-server/
Token & Refresh Token for Web API - Securing ASP.NET Web API using Custom Token Based Authentication
https://www.ecanarys.com/Blogs/ArticleID/308/Token-Based-Authentication-for-Web-APIs
How token based authentication works?
In the Token based approach, the client application first sends a request to Authentication server with a valid credentials. Authentication server send an Access token to the client as a response. This token contains enough data to identify a particular user and it has expiry time. The client application then uses the token to access the restricted resources in next requests till the token is valid. If the Access token is expired, then client application can request for new access token by using Refresh token.
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
https://github.com/tjoudeh/AspNetIdentity.WebApi
ASP.NET MVC, Web API, Web Pages, and Razor
https://github.com/aspnet/AspNetWebStack
This repo includes:
- ASP.NET MVC 5.x
- ASP.NET Web API 2.x
- ASP.NET Web Pages 3.x
- ASP.NET Razor 3.x
Secure a Web API with Individual Accounts and Local Login in ASP.NET Web API 2.2
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/individual-accounts-in-web-api
Web API with JWT
Tutorial for Building Simple Membership System using ASP.NET Identity 2.1, ASP.NET Web API, and AngularJS
https://github.com/tjoudeh/AspNetIdentity.WebApi
Roles-Based Authorization Authentication ASP.NET Web API
Claims Authorization
http://bitoftech.net/2015/03/31/asp-net-web-api-claims-authorization-with-asp-net-identity-2-1/
Authentication OAuth
https://docs.microsoft.com/en-us/bingads/guides/authentication-oauth
Tutorial shows Authentication in AngularJS with ASP.NET Web API 2 and Owin Middle-ware using access tokens and refresh tokens approach
https://github.com/tjoudeh/AngularJSAuthentication
JWT in ASP.NET Web API
Tutorial shows how to Issue JSON Web Token in ASP.NET Web API 2 and Owin middleware, then build list of Resource Servers relies on the Token Issuer Party (Authorization Server)
https://github.com/tjoudeh/JWTAspNetWebApi/
Access Token
https://docs.microsoft.com/en-us/machine-learning-server/operationalize/how-to-manage-access-tokens
Use the access token to call Microsoft Graph
https://docs.microsoft.com/en-us/graph/auth-v2-user
Refresh Token - Read more
https://metamind.readme.io/docs/release-notes-einstein-platform-services
https://github.com/tjoudeh/AngularJSAuthentication
https://docs.microsoft.com/en-us/linkedin/shared/authentication/programmatic-refresh-tokens
OAuth for ASP.NET
https://github.com/matthewdunsdon/oauthforaspnet
https://bchavez.bitarmory.com/asp-net-identity-oauth-2-social-login-web-api-2-and-mvc-5-spas/#
https://nakov.com/blog/2014/12/22/webapi-owin-identity-custom-login-service/ (HAY)
https://github.com/SoftUni/SPA-with-AngularJS/tree/master/Ads-REST-Services (HAY)
Multiple Languages
https://afana.me/archive/2011/01/14/aspnet-mvc-internationalization.aspx/
Wizard
https://afana.me/archive/2011/01/01/create-wizard-in-aspnet-mvc-3.aspx/
jQuery Templates with Partial Views
https://afana.me/archive/2010/12/13/jquery-templates-vs-mvc-partial-views.aspx/