Skip to content

Commit e174425

Browse files
authored
Merge pull request #8 from auth0/feat/SDK-6454
Update all links and references to aspnetcore-api
2 parents 05e13ec + b3bfc2d commit e174425

17 files changed

Lines changed: 23 additions & 290 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @atko-cic/project-dx-sdks-engineer-codeowner
1+
* @auth0/project-dx-sdks-engineer-codeowner

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
build:
11-
runs-on:
12-
labels: ubuntu-22.04-2cpu-8ram-75ssd
11+
runs-on: ubuntu-latest
12+
1313
steps:
1414
- name: Checkout repository
1515
uses: actions/checkout@v5

.github/workflows/sca_scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/snyk.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
check:
2525

2626
name: Check for Vulnerabilities
27-
runs-on:
28-
labels: ubuntu-22.04-2cpu-8ram-75ssd
27+
runs-on: ubuntu-latest
2928

3029
steps:
3130
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<Company>Auth0, Inc.</Company>
1313
<Copyright>Copyright (c) 2016-2025 Auth0, Inc.</Copyright>
1414
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
15-
<PackageProjectUrl>https://github.com/auth0/auth0-aspnetcore-api</PackageProjectUrl>
16-
<RepositoryUrl>https://github.com/auth0/auth0-aspnetcore-api</RepositoryUrl>
15+
<PackageProjectUrl>https://github.com/auth0/aspnetcore-api</PackageProjectUrl>
16+
<RepositoryUrl>https://github.com/auth0/aspnetcore-api</RepositoryUrl>
1717
<RepositoryType>git</RepositoryType>
1818
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1919
</PropertyGroup>

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,4 +1135,4 @@ If you have questions or need help with these examples:
11351135

11361136
- 📖 Check the [main README](README.md) for overview and setup instructions
11371137
- 💬 Visit the [Auth0 Community](https://community.auth0.com/)
1138-
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/auth0-aspnetcore-api/issues)
1138+
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/aspnetcore-api/issues)

MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,8 +1734,8 @@ If you encounter issues not covered in this guide:
17341734
### 🐛 GitHub Issues
17351735
We're here to help! If you run into any problems during migration:
17361736

1737-
1. **Check existing issues:** [Search for similar problems](https://github.com/atko-cic/auth0-aspnetcore-api/issues)
1738-
2. **Create a new issue:** [Report your issue](https://github.com/atko-cic/auth0-aspnetcore-api/issues/new)
1737+
1. **Check existing issues:** [Search for similar problems](https://github.com/auth0/aspnetcore-api/issues)
1738+
2. **Create a new issue:** [Report your issue](https://github.com/auth0/aspnetcore-api/issues/new)
17391739

17401740
When reporting an issue, please include:
17411741
- Your current JWT Bearer configuration (sanitized)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Auth0 API SDK for securing your .NET API Server using tokens from Auth0](https://cdn.auth0.com/website/sdks/banners/auth0-dotnet-api-banner.png)
22

3-
[![Build and Test](https://github.com/atko-cic/auth0-aspnetcore-api/actions/workflows/build.yml/badge.svg)](https://github.com/atko-cic/auth0-aspnetcore-api/actions/workflows/build.yml)
3+
[![Build and Test](https://github.com/auth0/aspnetcore-api/actions/workflows/build.yml/badge.svg)](https://github.com/auth0/aspnetcore-api/actions/workflows/build.yml)
44
[![License](https://img.shields.io/:license-Apache%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
55

66
A library that provides **everything the standard JWT Bearer authentication offers**, with the added power of **built-in DPoP (Demonstration of Proof-of-Possession)** support for enhanced token security. Simplify your Auth0 JWT authentication integration for ASP.NET Core APIs with Auth0-specific configuration and validation.
@@ -313,8 +313,8 @@ For comprehensive, copy-pastable code examples covering various scenarios, see *
313313
Clone the repository and build the solution:
314314

315315
```bash
316-
git clone https://github.com/auth0/auth0-aspnetcore-api.git
317-
cd auth0-aspnetcore-api
316+
git clone https://github.com/auth0/aspnetcore-api.git
317+
cd aspnetcore-api
318318
dotnet restore Auth0.AspNetCore.Authentication.Api.sln
319319
dotnet build Auth0.AspNetCore.Authentication.Api.sln --configuration Release
320320
```
@@ -385,7 +385,7 @@ If you have questions or need help:
385385
- 📖 Check the [Auth0 Documentation](https://auth0.com/docs)
386386
- � See [EXAMPLES.md](./EXAMPLES.md) for code examples
387387
- 💬 Visit the [Auth0 Community](https://community.auth0.com/)
388-
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/auth0-aspnetcore-api/issues)
388+
- 🐛 Report issues on [GitHub Issues](https://github.com/auth0/aspnetcore-api/issues)
389389

390390
## License
391391
Copyright 2025 Okta, Inc.

docs-source/articles/dpop-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,4 @@ WWW-Authenticate: DPoP error="invalid_token",
302302

303303
- [RFC 9449: OAuth 2.0 DPoP](https://datatracker.ietf.org/doc/html/rfc9449)
304304
- [Auth0 DPoP Documentation](https://auth0.com/docs/secure/tokens/token-best-practices/proof-of-possession)
305-
- [Sample Application](https://github.com/atko-cic/auth0-aspnetcore-api/tree/main/Auth0.AspNetCore.Authentication.Api.Playground)
305+
- [Sample Application](https://github.com/auth0/aspnetcore-api/tree/main/Auth0.AspNetCore.Authentication.Api.Playground)

docs-source/articles/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,4 @@ curl --request GET \
156156

157157
### Need Help?
158158

159-
If you're experiencing issues not covered here, please [open an issue on GitHub](https://github.com/auth0/auth0-aspnetcore-api/issues) and we'll be happy to help!
159+
If you're experiencing issues not covered here, please [open an issue on GitHub](https://github.com/auth0/aspnetcore-api/issues) and we'll be happy to help!

0 commit comments

Comments
 (0)