Skip to content

Ktor authentification blocks all routes while using with #205

@sustainjane98

Description

@sustainjane98

When I use authentificate from the ktor core, the resulting route overrides all routes in the schema.

wrap { 
            authenticate(build = it)
        }

So I cannot tell ktor to authenticate only a special subset of routes. Is there a solution for this already?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions