项目作者: tinohager

项目描述 :
AspNetCore Authentication Demo (JwtBearer & VueJS)
高级语言: C#
项目地址: git://github.com/tinohager/AspNetCore.JwtBearer.VueJS.git
创建时间: 2018-06-14T20:52:24Z
项目社区:https://github.com/tinohager/AspNetCore.JwtBearer.VueJS

开源协议:MIT License

下载


ASP.NET Core Web Application with JwtBearer Authentication

A very simple example without any client side token cache. But you can store the token in the localstorage for example. localStorage.setItem('token', token);

The access credentials for this demo app

  1. User: test
  2. Password: test

ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token
PM> Install-Package Microsoft.AspNetCore.Authentication.JwtBearer -Version 2.1.0

object detection result