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
8 changes: 4 additions & 4 deletions docs-source/articles/dpop-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This guide provides comprehensive documentation for all DPoP configuration optio
- [Basic Configuration](#basic-configuration)
- [DPoPOptions Properties](#dpopoptions-properties)
- [DPoP Modes](#dpop-modes)
- [Token Validation Parameters](#token-validation-parameters)
- [Advanced Scenarios](#advanced-scenarios)
- [Best Practices](#best-practices)
- [Configuration Reference Table](#configuration-reference-table)
- [Next Steps](#next-steps)
- [Resources](#resources)

## Basic Configuration

Expand Down Expand Up @@ -169,7 +169,7 @@ options.Leeway = 60; // 1 minute

- [DPoP Overview](dpop-overview.md) - Understanding DPoP concepts
- [Getting Started with DPoP](dpop-getting-started.md) - Quick start guide
- [API Reference](../api/Auth0.AspNetCore.Authentication.Api.DPoP.DPoPOptions.yml) - Full API documentation
- [API Reference](../api/Auth0.AspNetCore.Authentication.Api.DPoP.DPoPOptions.html) - Full API documentation

## Resources

Expand Down
5 changes: 2 additions & 3 deletions docs-source/articles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ This library simplifies the integration of Auth0 JWT authentication into your AS
- [DPoP Configuration Reference](dpop-configuration.md) - Advanced DPoP settings

### Reference
### Reference
- [API Reference](../api/Auth0.AspNetCore.Authentication.Api.yml) - Complete API documentation
- [API Reference](../api/Auth0.AspNetCore.Authentication.Api.html) - Complete API documentation

## Resources

Expand Down Expand Up @@ -67,4 +66,4 @@ Please do not report security vulnerabilities on the public GitHub issue tracker
</p>
<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>
<p align="center">
This project is licensed under the Apache License 2.0. See the <a href="./LICENSE"> LICENSE</a> file for more info.</p>
This project is licensed under the Apache License 2.0. See the <a href="https://github.com/auth0/aspnetcore-api/blob/master/LICENSE">LICENSE</a> file for more info.</p>
8 changes: 1 addition & 7 deletions docs-source/articles/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,4 @@
- name: Configuration Guide
href: configuration.md
- name: DPoP (Proof-of-Possession)
items:
- name: DPoP Overview
href: dpop-overview.md
- name: Getting Started with DPoP
href: dpop-getting-started.md
- name: DPoP Configuration Reference
href: dpop-configuration.md
href: dpop-overview.md
3 changes: 3 additions & 0 deletions docs-source/custom-template/public/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#logo {
width: 42px;
}
21 changes: 5 additions & 16 deletions docs-source/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,7 @@
"src": ".."
}
],
"dest": "api",
"includePrivateMembers": false,
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": false,
"namespaceLayout": "flattened",
"memberLayout": "samePage",
"EnumSortOrder": "alphabetic",
"allowCompilationErrors": false
"dest": "api"
}
],
"build": {
Expand Down Expand Up @@ -48,21 +40,18 @@
]
}
],
"output": "../docs",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"dest": "../docs",
"template": [
"default",
"modern"
"modern",
"custom-template"
],
"postProcessors": [],
"keepFileLink": false,
"disableGitFeatures": false,
"globalMetadata": {
"_appTitle": "Auth0 ASP.NET Core API Authentication",
"_appFooter": "Auth0 ASP.NET Core API Authentication Library",
"_enableSearch": true,
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/logo.png",
"_enableNewTab": true
}
}
Expand Down
8 changes: 6 additions & 2 deletions docs-source/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Auth0 ASP.NET Core API Authentication
![](https://cdn.auth0.com/website/sdks/banners/auth0-dotnet-api-banner.png)

[![NuGet Version](https://img.shields.io/nuget/v/Auth0.AspNetCore.Authentication.Api?style=flat&logo=nuget)](https://www.nuget.org/packages/Auth0.AspNetCore.Authentication.Api)
![Downloads](https://img.shields.io/nuget/dt/Auth0.AspNetCore.Authentication.Api)
[![License](https://img.shields.io/:license-Apache%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)

Welcome to the official documentation for the Auth0 ASP.NET Core API Authentication library.

Expand Down Expand Up @@ -76,4 +80,4 @@ Add the following to your `appsettings.json`:

## License

This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/auth0/aspnetcore-api/blob/master/LICENSE) file for details.
Loading