CustomTokenization
This is .Net Core 2.1 Mvc Web Application. Created manuel tokenization and authentication on this project. Secured WebApi services with this token. Redirected LoginPage on ActionFilter by checking session and token timeout. Created manuel RefreshToken. And when the time almost up, token was changed on LocalStorage and Session. All requests are posted by jquery from client side to WebApi service. After response, if there is no data , page redirected to login page. It means token is not correct or token-session is time out.
Install / Use
/learn @borakasmer/CustomTokenization