Skip to content

Add .NET 8 support for Authentication.JwtBearer.Google #201

@anssiv

Description

@anssiv

In .NET 8 there is a breaking change that the Authentication.JwtBearer.Google is affected by.

At the very least, you should include documentation specifying that UseSecurityTokenValidators=true is now a required configuration.

.AddJwtBearer(options => 
{
    options.UseSecurityTokenValidators = true;
    options.UseGoogle("...");
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions