Skip to content

Commit

Permalink
Release 1.4.1 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jan 25, 2024
1 parent 0097321 commit 46fd14b
Show file tree
Hide file tree
Showing 27 changed files with 316 additions and 119 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
1.4.1
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.4.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.4.1) (2024-01-25)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.4.0...1.4.1)

**Added**
- Adds SignInScheme, SignOutScheme, ForwardSignIn, and ForwardSignOut [\#136](https://github.com/auth0/auth0-aspnetcore-authentication/pull/136) ([CasperWSchmidt](https://github.com/CasperWSchmidt))

**Changed**
- Explicitly add .NET8 support [\#130](https://github.com/auth0/auth0-aspnetcore-authentication/pull/130) ([frederikprijck](https://github.com/frederikprijck))

## [1.4.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.4.0) (2023-12-05)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.3.1...1.4.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.0/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.1/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters" class="text-break">
Class Auth0AuthenticationParameters
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L3"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L3"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2 class="section" id="fields">Fields

<h3 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters_Audience" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.Audience">
Audience
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L15"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L15"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The key used for the audience entry in AuthenticationProperties.Items</p>
Expand Down Expand Up @@ -187,7 +187,7 @@ <h4 class="section">Field Value</h4>

<h3 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters_Invitation" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.Invitation">
Invitation
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L25"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L25"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The key used for the invitation entry in AuthenticationProperties.Items</p>
Expand Down Expand Up @@ -218,7 +218,7 @@ <h4 class="section">Field Value</h4>

<h3 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters_Organization" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.Organization">
Organization
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L20"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L20"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The key used for the organization entry in AuthenticationProperties.Items</p>
Expand Down Expand Up @@ -249,7 +249,7 @@ <h4 class="section">Field Value</h4>

<h3 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters_Scope" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.Scope">
Scope
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L10"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L10"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The key used for the scope entry in AuthenticationProperties.Items</p>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Auth0_AspNetCore_Authentication_Auth0AuthenticationParameters_Parameter_System_String_" data-uid="Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.Parameter(System.String)">
Parameter(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L31"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0AuthenticationParameters.cs/#L31"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Generate a key for any extra parameter entry in AuthenticationProperties.Items</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/Auth0.AspNetCore.Authentication.Auth0Constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.0/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0Constants.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0Constants%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.1/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0Constants.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0Constants%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Auth0_AspNetCore_Authentication_Auth0Constants" data-uid="Auth0.AspNetCore.Authentication.Auth0Constants" class="text-break">
Class Auth0Constants
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0Constants.cs/#L6"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0Constants.cs/#L6"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -157,7 +157,7 @@ <h2 class="section" id="fields">Fields

<h3 id="Auth0_AspNetCore_Authentication_Auth0Constants_AuthenticationScheme" data-uid="Auth0.AspNetCore.Authentication.Auth0Constants.AuthenticationScheme">
AuthenticationScheme
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0Constants.cs/#L11"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0Constants.cs/#L11"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>The Authentication Scheme, used when configuring OpenIdConnect</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.0/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/new/release/1.4.1/apiSpec/new?filename=Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder.md&amp;value=---%0Auid%3A%20Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder%0Asummary%3A%20&#39;*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax&#39;%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down Expand Up @@ -90,7 +90,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder" data-uid="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder" class="text-break">
Class Auth0WebAppAuthenticationBuilder
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L14"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L14"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -158,7 +158,7 @@ <h2 class="section" id="constructors">Constructors

<h3 id="Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder__ctor_Microsoft_Extensions_DependencyInjection_IServiceCollection_Auth0_AspNetCore_Authentication_Auth0WebAppOptions_" data-uid="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,Auth0.AspNetCore.Authentication.Auth0WebAppOptions)">
Auth0WebAppAuthenticationBuilder(IServiceCollection, Auth0WebAppOptions)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L25"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L25"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Constructs an instance of <a class="xref" href="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.html">Auth0WebAppAuthenticationBuilder</a></p>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h4 class="section">Parameters</h4>

<h3 id="Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder__ctor_Microsoft_Extensions_DependencyInjection_IServiceCollection_System_String_Auth0_AspNetCore_Authentication_Auth0WebAppOptions_" data-uid="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.#ctor(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.String,Auth0.AspNetCore.Authentication.Auth0WebAppOptions)">
Auth0WebAppAuthenticationBuilder(IServiceCollection, string, Auth0WebAppOptions)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L35"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L35"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Constructs an instance of <a class="xref" href="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.html">Auth0WebAppAuthenticationBuilder</a></p>
Expand Down Expand Up @@ -237,7 +237,7 @@ <h2 class="section" id="methods">Methods

<h3 id="Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder_WithAccessToken_System_Action_Auth0_AspNetCore_Authentication_Auth0WebAppWithAccessTokenOptions__" data-uid="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.WithAccessToken(System.Action{Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenOptions})">
WithAccessToken(Action&lt;Auth0WebAppWithAccessTokenOptions&gt;)
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L47"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L47"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Configures the use of Access Tokens</p>
Expand Down Expand Up @@ -276,7 +276,7 @@ <h4 class="section">Returns</h4>

<h3 id="Auth0_AspNetCore_Authentication_Auth0WebAppAuthenticationBuilder_WithBackchannelLogout" data-uid="Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.WithBackchannelLogout">
WithBackchannelLogout()
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.0/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L57"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/src/Auth0.AspNetCore.Authentication/Auth0WebAppAuthenticationBuilder.cs/#L57"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Configures the use of Access Tokens</p>
Expand Down
Loading

0 comments on commit 46fd14b

Please sign in to comment.