mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
routine update
This commit is contained in:
parent
034632e59b
commit
82fe559792
@ -11,6 +11,10 @@ using OpenAuth.Repository.Domain;
|
|||||||
|
|
||||||
namespace OpenAuth.Mvc.Models
|
namespace OpenAuth.Mvc.Models
|
||||||
{
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// 权限过滤器,用于检查用户是否登录,并进行相应的权限检查,
|
||||||
|
/// 如果未登录,则重定向到登录页面,如果未授权,则重定向到错误页面
|
||||||
|
/// </summary>
|
||||||
public class OpenAuthFilter : IActionFilter
|
public class OpenAuthFilter : IActionFilter
|
||||||
{
|
{
|
||||||
private readonly IAuth _authUtil;
|
private readonly IAuth _authUtil;
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
"OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql
|
"OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql
|
||||||
},
|
},
|
||||||
"AppSetting": {
|
"AppSetting": {
|
||||||
"IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
// "IdentityServerUrl": "http://demo.openauth.net.cn:12796", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||||
// "IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
"IdentityServerUrl": "", //IdentityServer服务器地址。如果为空,则不启用OAuth认证
|
||||||
"SSOPassport": "http://localhost:52789",
|
"SSOPassport": "http://localhost:52789",
|
||||||
"Version": "demo",
|
"Version": "demo",
|
||||||
"DbTypes": {
|
"DbTypes": {
|
||||||
|
Loading…
Reference in New Issue
Block a user