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
ce2e8a147e3d58366aec71af544e3696ead4123c
Umbraco-CMS
/
src
/
Umbraco.Web
/
Security
/
Identity
History
Shannon Deminick
43f369f96f
Merge pull request
#2306
from Sam7/dev-v7
...
U4-10453 - Ability to Sync after each external login (using OWIN)
2017-12-18 14:42:25 +11:00
..
AppBuilderExtensions.cs
Creates new EmailSender which should take the place throughout the codebase for sending emails in the Core. Have replaced most places where SMTP is used directly (but not the notifications part since that is more complicated right now). Added the internal event and special usage so we can raise an event to send an email if smtp is not configured.
2017-09-05 18:52:03 +10:00
AuthenticationManagerExtensions.cs
…
AuthenticationOptionsExtensions.cs
…
BackOfficeCookieManager.cs
Moves the session generation to the BackOfficeCookieAuthenticationProvider which is where it should be, so it only gets generated before the cookie is written. Writes the checking cookie inside of a lock to prevent multiple db and cookie writes that are unecessary.
2017-11-03 18:07:17 +11:00
ExternalSignInAutoLinkOptions.cs
U4-10453 - Ability to Sync after each external login (using OWIN)
2017-11-06 15:31:36 +11:00
FixWindowsAuthMiddlware.cs
…
ForceRenewalCookieAuthenticationHandler.cs
Moves the session generation to the BackOfficeCookieAuthenticationProvider which is where it should be, so it only gets generated before the cookie is written. Writes the checking cookie inside of a lock to prevent multiple db and cookie writes that are unecessary.
2017-11-03 18:07:17 +11:00
ForceRenewalCookieAuthenticationMiddleware.cs
…
FormsAuthenticationSecureDataFormat.cs
formatting
2017-08-02 11:56:11 +10:00
GetUserSecondsMiddleWare.cs
Fixes up more the the session id validation, makes sure that the GetUserSecondsMiddleWare also validates the session since this is what keeps the user logged in if that option is being used.
2017-11-08 23:57:17 +11:00
IUmbracoBackOfficeTwoFactorOptions.cs
…
PreviewAuthenticationMiddleware.cs
…
UmbracoBackOfficeCookieAuthOptions.cs
…