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

Remoting Authentication #24

Closed
weebs opened this issue Jan 24, 2019 · 2 comments
Closed

Remoting Authentication #24

weebs opened this issue Jan 24, 2019 · 2 comments
Labels
enhancement New feature or request released: v0.4

Comments

@weebs
Copy link

weebs commented Jan 24, 2019

Is it possible to incorporate authentication into remote requests? Something along the lines of attaching a header value to include a JWT token to be included in the HTTP request?

@Tarmil
Copy link
Member

Tarmil commented Mar 15, 2019

I have work in progress to allow using standard ASP.NET Core authentication in remote functions, see #30. With it you can use whichever authentication scheme you prefer using ASP.NET Core's API: cookies, JWT, etc.

@Tarmil Tarmil added the enhancement New feature or request label Mar 15, 2019
@Tarmil
Copy link
Member

Tarmil commented Jun 16, 2019

This was added in v0.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released: v0.4
Projects
None yet
Development

No branches or pull requests

2 participants