Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0
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.6.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.6.0) (2025-12-04)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.5.1...1.6.0)

**Added**
- Adds support for net10.0 [\#195](https://github.com/auth0/auth0-aspnetcore-authentication/pull/195) ([kailash-b](https://github.com/kailash-b))

**Fixed**
- Remove refresh_token from cookie instead of setting to NULL [\#193](https://github.com/auth0/auth0-aspnetcore-authentication/pull/193) ([kailash-b](https://github.com/kailash-b))

## [1.5.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.5.1) (2025-11-07)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.5.0...1.5.1)

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
Expand All @@ -16,7 +16,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.5.1/docs-source/index.md/#L1">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.6.0/docs-source/index.md/#L1">
<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 @@ -84,7 +84,7 @@ <h2 id="documentation">Documentation</h2>
</ul>
<h2 id="getting-started">Getting started</h2>
<h3 id="requirements">Requirements</h3>
<p>This library supports .NET 6 and .NET 7.</p>
<p>This library supports .NET 6.0 and above.</p>
<h3 id="installation">Installation</h3>
<p>The SDK is available on <a href="https://www.nuget.org/packages/Auth0.AspNetCore.Authentication">Nuget</a> and can be installed through the UI or using the Package Manager Console:</p>
<pre><code>Install-Package Auth0.AspNetCore.Authentication
Expand Down
2 changes: 2 additions & 0 deletions docs/public/architecture-O4VJ6CD3-GQAMQMPJ.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/public/architecture-O4VJ6CD3-GQAMQMPJ.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions docs/public/architectureDiagram-VXUJARFQ-H4V63UKK.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions docs/public/blockDiagram-VD42YOAC-VWWETFZB.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/public/blockDiagram-VD42YOAC-VWWETFZB.min.js.map

Large diffs are not rendered by default.

Binary file added docs/public/bootstrap-icons-CVBWLLHT.woff2
Binary file not shown.
Binary file added docs/public/bootstrap-icons-VQNJTM6Q.woff
Binary file not shown.
11 changes: 11 additions & 0 deletions docs/public/c4Diagram-YG6GDRKO-6JHP5GV7.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/public/c4Diagram-YG6GDRKO-6JHP5GV7.min.js.map

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions docs/public/chunk-3EE2TK35.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/public/chunk-3EE2TK35.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/public/chunk-6B6J5Z6Z.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/public/chunk-6B6J5Z6Z.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/public/chunk-6RTTMAJH.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/public/chunk-6RTTMAJH.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/public/chunk-6TVUEPFY.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/public/chunk-6TVUEPFY.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/public/chunk-77XMBG7U.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading