Skip to content

Commit 393b989

Browse files
authored
Release 1.5.0 (#158)
2 parents f2ad559 + e6e8cfa commit 393b989

157 files changed

Lines changed: 3446 additions & 1564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.5.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.5.0) (2025-07-21)
4+
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.4.1...1.5.0)
5+
6+
**Security**
7+
- Upgrade dependency versions and fix failing tests [\#151](https://github.com/auth0/auth0-aspnetcore-authentication/pull/151) ([kailash-b](https://github.com/kailash-b))
8+
39
## [1.4.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.4.1) (2024-01-25)
410
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.4.0...1.4.1)
511

docs/favicon.ico

100644100755
File mode changed.

docs/index.html

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Documentation </title>
5+
<title> </title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="title" content="Documentation ">
7+
<meta name="title" content=" ">
8+
89

910
<link rel="icon" href="images/logo.png">
1011
<link rel="stylesheet" href="public/docfx.min.css">
@@ -15,7 +16,7 @@
1516

1617

1718

18-
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.4.1/docs-source/index.md/#L1">
19+
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.5.0/docs-source/index.md/#L1">
1920
<meta name="loc:inThisArticle" content="In this article">
2021
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2122
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
@@ -27,19 +28,16 @@
2728
<meta name="loc:themeAuto" content="Auto">
2829
<meta name="loc:changeTheme" content="Change theme">
2930
<meta name="loc:copy" content="Copy">
30-
</head>
31+
<meta name="loc:downloadPdf" content="Download PDF">
3132

32-
<script type="module">
33-
import options from './public/main.js'
34-
import { init } from './public/docfx.min.js'
35-
init(options)
36-
</script>
33+
<script type="module" src="./public/docfx.min.js"></script>
3734

38-
<script>
39-
const theme = localStorage.getItem('theme') || 'auto'
40-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
41-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4239

40+
</head>
4341

4442
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
4543
<header class="bg-body border-bottom">
@@ -61,23 +59,9 @@
6159
</header>
6260

6361
<main class="container-xxl">
64-
<div class="toc-offcanvas">
65-
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
66-
<div class="offcanvas-header">
67-
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
68-
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
69-
</div>
70-
<div class="offcanvas-body">
71-
<nav class="toc" id="toc"></nav>
72-
</div>
73-
</div>
74-
</div>
7562

7663
<div class="content">
7764
<div class="actionbar">
78-
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
79-
<i class="bi bi-list"></i>
80-
</button>
8165

8266
<nav id="breadcrumb"></nav>
8367
</div>
@@ -205,11 +189,12 @@ <h3 id="vulnerability-reporting">Vulnerability Reporting</h3>
205189
<p align="center">Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout <a href="https://auth0.com/why-auth0">Why Auth0?</a></p>
206190
<p align="center">
207191
This project is licensed under the MIT license. See the <a href="https://github.com/auth0/auth0-aspnetcore-authentication/blob/main/LICENSE"> LICENSE</a> file for more info.</p>
192+
208193
</article>
209194

210195

211196
<div class="next-article d-print-none border-top" id="nextArticle"></div>
212-
197+
213198
</div>
214199

215200
<div class="affix">
@@ -218,12 +203,12 @@ <h3 id="vulnerability-reporting">Vulnerability Reporting</h3>
218203
</main>
219204

220205

221-
<footer class="border-top">
206+
<footer class="border-top text-secondary">
222207
<div class="container-xxl">
223208
<div class="flex-fill">
224209
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
225210
</div>
226211
</div>
227212
</footer>
228213
</body>
229-
</html>
214+
</html>

docs/logo.svg

100644100755
File mode changed.

docs/manifest.json

Lines changed: 1 addition & 256 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"homepages": [],
3-
"source_base_path": "/Users/frederikprijck/Development/auth0-aspnetcore-authentication/docs-source",
2+
"source_base_path": "/Users/kailashb/work/sdks/auth0-aspnetcore-authentication/docs-source",
43
"xrefmap": "xrefmap.yml",
54
"files": [
65
{
@@ -33,259 +32,6 @@
3332
},
3433
"version": ""
3534
},
36-
{
37-
"type": "ManagedReference",
38-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.yml",
39-
"output": {
40-
".html": {
41-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0AuthenticationParameters.html"
42-
}
43-
},
44-
"version": ""
45-
},
46-
{
47-
"type": "ManagedReference",
48-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0Constants.yml",
49-
"output": {
50-
".html": {
51-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0Constants.html"
52-
}
53-
},
54-
"version": ""
55-
},
56-
{
57-
"type": "ManagedReference",
58-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.yml",
59-
"output": {
60-
".html": {
61-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0WebAppAuthenticationBuilder.html"
62-
}
63-
},
64-
"version": ""
65-
},
66-
{
67-
"type": "ManagedReference",
68-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0WebAppOptions.yml",
69-
"output": {
70-
".html": {
71-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0WebAppOptions.html"
72-
}
73-
},
74-
"version": ""
75-
},
76-
{
77-
"type": "ManagedReference",
78-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenAuthenticationBuilder.yml",
79-
"output": {
80-
".html": {
81-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenAuthenticationBuilder.html"
82-
}
83-
},
84-
"version": ""
85-
},
86-
{
87-
"type": "ManagedReference",
88-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenEvents.yml",
89-
"output": {
90-
".html": {
91-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenEvents.html"
92-
}
93-
},
94-
"version": ""
95-
},
96-
{
97-
"type": "ManagedReference",
98-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenOptions.yml",
99-
"output": {
100-
".html": {
101-
"relative_path": "api/Auth0.AspNetCore.Authentication.Auth0WebAppWithAccessTokenOptions.html"
102-
}
103-
},
104-
"version": ""
105-
},
106-
{
107-
"type": "ManagedReference",
108-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.AuthenticationBuilderExtensions.yml",
109-
"output": {
110-
".html": {
111-
"relative_path": "api/Auth0.AspNetCore.Authentication.AuthenticationBuilderExtensions.html"
112-
}
113-
},
114-
"version": ""
115-
},
116-
{
117-
"type": "ManagedReference",
118-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.ApplicationBuilderExtensions.yml",
119-
"output": {
120-
".html": {
121-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.ApplicationBuilderExtensions.html"
122-
}
123-
},
124-
"version": ""
125-
},
126-
{
127-
"type": "ManagedReference",
128-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.BackchannelLogoutHandler.yml",
129-
"output": {
130-
".html": {
131-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.BackchannelLogoutHandler.html"
132-
}
133-
},
134-
"version": ""
135-
},
136-
{
137-
"type": "ManagedReference",
138-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.DefaultLogoutTokenHandler.yml",
139-
"output": {
140-
".html": {
141-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.DefaultLogoutTokenHandler.html"
142-
}
143-
},
144-
"version": ""
145-
},
146-
{
147-
"type": "ManagedReference",
148-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.HttpContextExtensions.yml",
149-
"output": {
150-
".html": {
151-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.HttpContextExtensions.html"
152-
}
153-
},
154-
"version": ""
155-
},
156-
{
157-
"type": "ManagedReference",
158-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.ILogoutTokenHandler.yml",
159-
"output": {
160-
".html": {
161-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.ILogoutTokenHandler.html"
162-
}
163-
},
164-
"version": ""
165-
},
166-
{
167-
"type": "ManagedReference",
168-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BackchannelLogout.yml",
169-
"output": {
170-
".html": {
171-
"relative_path": "api/Auth0.AspNetCore.Authentication.BackchannelLogout.html"
172-
}
173-
},
174-
"version": ""
175-
},
176-
{
177-
"type": "ManagedReference",
178-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.BaseAuthenticationPropertiesBuilder.yml",
179-
"output": {
180-
".html": {
181-
"relative_path": "api/Auth0.AspNetCore.Authentication.BaseAuthenticationPropertiesBuilder.html"
182-
}
183-
},
184-
"version": ""
185-
},
186-
{
187-
"type": "ManagedReference",
188-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.DictionaryExtensions.yml",
189-
"output": {
190-
".html": {
191-
"relative_path": "api/Auth0.AspNetCore.Authentication.DictionaryExtensions.html"
192-
}
193-
},
194-
"version": ""
195-
},
196-
{
197-
"type": "ManagedReference",
198-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Exceptions.ApiError.yml",
199-
"output": {
200-
".html": {
201-
"relative_path": "api/Auth0.AspNetCore.Authentication.Exceptions.ApiError.html"
202-
}
203-
},
204-
"version": ""
205-
},
206-
{
207-
"type": "ManagedReference",
208-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Exceptions.ErrorApiException.yml",
209-
"output": {
210-
".html": {
211-
"relative_path": "api/Auth0.AspNetCore.Authentication.Exceptions.ErrorApiException.html"
212-
}
213-
},
214-
"version": ""
215-
},
216-
{
217-
"type": "ManagedReference",
218-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.Exceptions.yml",
219-
"output": {
220-
".html": {
221-
"relative_path": "api/Auth0.AspNetCore.Authentication.Exceptions.html"
222-
}
223-
},
224-
"version": ""
225-
},
226-
{
227-
"type": "ManagedReference",
228-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.LoginAuthenticationPropertiesBuilder.yml",
229-
"output": {
230-
".html": {
231-
"relative_path": "api/Auth0.AspNetCore.Authentication.LoginAuthenticationPropertiesBuilder.html"
232-
}
233-
},
234-
"version": ""
235-
},
236-
{
237-
"type": "ManagedReference",
238-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.LogoutAuthenticationPropertiesBuilder.yml",
239-
"output": {
240-
".html": {
241-
"relative_path": "api/Auth0.AspNetCore.Authentication.LogoutAuthenticationPropertiesBuilder.html"
242-
}
243-
},
244-
"version": ""
245-
},
246-
{
247-
"type": "ManagedReference",
248-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.OpenIdConnectConfigurationKeys.yml",
249-
"output": {
250-
".html": {
251-
"relative_path": "api/Auth0.AspNetCore.Authentication.OpenIdConnectConfigurationKeys.html"
252-
}
253-
},
254-
"version": ""
255-
},
256-
{
257-
"type": "ManagedReference",
258-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.ServiceCollectionExtensions.yml",
259-
"output": {
260-
".html": {
261-
"relative_path": "api/Auth0.AspNetCore.Authentication.ServiceCollectionExtensions.html"
262-
}
263-
},
264-
"version": ""
265-
},
266-
{
267-
"type": "ManagedReference",
268-
"source_relative_path": "obj/api/Auth0.AspNetCore.Authentication.yml",
269-
"output": {
270-
".html": {
271-
"relative_path": "api/Auth0.AspNetCore.Authentication.html"
272-
}
273-
},
274-
"version": ""
275-
},
276-
{
277-
"type": "Toc",
278-
"source_relative_path": "obj/api/toc.yml",
279-
"output": {
280-
".html": {
281-
"relative_path": "api/toc.html"
282-
},
283-
".json": {
284-
"relative_path": "api/toc.json"
285-
}
286-
},
287-
"version": ""
288-
},
28935
{
29036
"type": "Toc",
29137
"source_relative_path": "toc.yml",
@@ -300,7 +46,6 @@
30046
"version": ""
30147
}
30248
],
303-
"version_info": {},
30449
"groups": [
30550
{
30651
"xrefmap": "xrefmap.yml"

0 commit comments

Comments
 (0)