for token, &refactoring
This commit is contained in:
parent
d796f553f4
commit
bf197ef762
65 changed files with 21 additions and 145 deletions
|
|
@ -2,10 +2,10 @@ using System;
|
|||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.AspNet.Http;
|
||||
using Microsoft.AspNet.Http.Authentication;
|
||||
using Yavsc.ViewModels.Account;
|
||||
|
||||
namespace Yavsc.Helpers {
|
||||
namespace Yavsc.Helpers
|
||||
{
|
||||
public static class HttpContextExtensions {
|
||||
public static IEnumerable<YaAuthenticationDescription> GetExternalProviders(this HttpContext context) {
|
||||
if (context == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue