Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegisterExternal question #7

Open
lukasz-karolewski opened this issue Dec 22, 2014 · 0 comments
Open

RegisterExternal question #7

lukasz-karolewski opened this issue Dec 22, 2014 · 0 comments

Comments

@lukasz-karolewski
Copy link

Hi Taiseer,
i was going through you great article about refresh tokens i have one question.

In // POST api/Account/RegisterExternal you use [AllowAnonymous] instead of [OverrideAuthentication] and [HostAuthentication(DefaultAuthenticationTypes.ExternalBearer)]

    [Route("RegisterExternal")]
    public async Task<IHttpActionResult> RegisterExternal(RegisterExternalBindingModel model)

is it just a simplification for demo purpose (auth interceptor you have to be extended to make use of external token) or you don't think this is required here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant