Stephen

Results 8 issues of Stephen

Currently is there a way to achieve conditional redirect routes? Example: if(profile.Completed){ loginRedirect: Go somewhere. } else { //USE DEFAULT AUTH CONFIG }

Any plans to update typings to latest version? https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/storejs

Should these [URLS ](https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/blob/4412afd52a007dc3f65d8dbb74c1bf3e0d54ca65/LocalAccounts/TrustFrameworkBase.xml#L418 ) be updated given [this ](https://azure.microsoft.com/en-us/updates/b2c-deprecate-msol/) update?

If Safari private mode is enabled localstorage can't be used, does this support the use cookies instead?

I'm trying to deserialise a Text/Plain response, however, found the JSON is the default. I've created the following but doesn't feel right, Isn't there an easier way? Moreover, it would...

restease-2.0

When the user lands on the signup page how can I display "Already Registered, Login here" hyper link which navigates me back to the sign-in page. It's just the reverse...

Hi, I wanted to validate the survey schema once received through my .NET API I've copied the reference code below. Is there a .NET flavour for this, if not I...

question