This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
74126134b177bfbe7a69070f292ec6c98ccf4ff9
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
History
Sebastiaan Janssen
74126134b1
Some more cleanup
2017-06-05 12:07:45 +02:00
..
Identity
Fixes SignalR registration, the mapping was registered in the wrong place and too early so security was not working, bumps version for MyGet
2017-01-03 13:11:05 +11:00
Providers
Some more cleanup
2017-06-05 12:07:45 +02:00
LegacyDefaultAppMapping.cs
Starts securing ITasks
2013-04-06 02:03:46 +06:00
MembershipHelper.cs
Refactor GetBackofficeUserManager calls
2017-04-29 22:21:42 +02:00
OwinExtensions.cs
U4-8850 Configuring a custom BackOfficeUserManager type will not work if the type is not specifically BackOfficeUserManager
2016-08-12 12:20:00 +02:00
ValidateRequestAttempt.cs
Updates ValidateCurrentUser so that it doesn't re-decrypt the cookie since that is already done, it just needs to check if the current user is authenticated and if it is a back office identity. Added lots of notes for extension points when we start looking at extending how the back office auth works.
2014-12-05 10:29:18 +11:00
WebAuthExtensions.cs
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
WebSecurity.cs
Adds remaining core methods to make 2FA providers work if you know how to wire it up
2017-02-03 00:47:28 +11:00