我正在使用Hibernate Envers来审核我的实体.但我有一个问题.我想审核具有ManyToMany关系的实体.我发现存在@AuditJoinTable,但我不知道它是如何工作的.有人可以举个例子吗?
如何在asp.net mvc 5和Identity中为每个标签使用不同的帐户登录?
是否有不使用cookie的配置?
这是我的配置代码:
' Enable the application to use a cookie to store information for the signed in user
app.UseCookieAuthentication(New CookieAuthenticationOptions() With {.AuthenticationType = DefaultAuthenticationTypes.ApplicationCookie, .LoginPath = New PathString("/Account/Login") _
})
' Use a cookie to temporarily store information about a user logging in with a third party login provider
app.UseExternalSignInCookie(DefaultAuthenticationTypes.ExternalCookie)
Run Code Online (Sandbox Code Playgroud)