Skip to content

Idea: Add support for async AuthenticationServices on server #380

@Daniel-Svensson

Description

@Daniel-Svensson

Currently the IAuthentication interface needs to be implemented by "AuthenticationServices", however it is synchronous.

It would be nice to have a a similar interface "IAuthenticationAsync" /"IAsyncAuthentication" which returns Tasks instead.

  • Should work at runtime to have either interface implemented
  • It should work the same for code generation (i.e. the code generation detect that it is an authorization service)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions