Skip to content

Commit

Permalink
[SDK-2842] Replace master with beta branch. (auth0-samples#70)
Browse files Browse the repository at this point in the history
* [SDK-2564] Update quickstart samples to use beta SDK (auth0-samples#68)

* Update quickstart samples to use beta SDK

* Remove obsolete example applications

* Update Sample readme

* Use Nuget package

* Update circle config

* Update README.md

* Use Auth0.AspNetCore.Authentication Nuget package

* Update links to quickstart

* Remove reference for beta (auth0-samples#69)
  • Loading branch information
frederikprijck authored Oct 14, 2021
1 parent 7fac24e commit 373f347
Show file tree
Hide file tree
Showing 263 changed files with 133 additions and 73,809 deletions.
25 changes: 2 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ defaults: &defaults
command: |
sed -i 's/{CLIENT_ID}/'$AUTH0_TEST_CLIENT_ID'/g' $AUTH0_CFG
sed -i 's/{DOMAIN}/'$AUTH0_TEST_DOMAIN'/g' $AUTH0_CFG
sed -i 's/{CLIENT_SECRET}/'$AUTH0_TEST_CLIENT_SECRET'/g' $AUTH0_CFG
- run:
name: Build pull request
command: |
Expand Down Expand Up @@ -54,20 +53,8 @@ jobs:
01-login:
machine: true
environment:
- AUTH0_CFG: Quickstart/01-Login/appsettings.json
- SAMPLE_PATH: Quickstart/01-Login
<<: *defaults
02-user-profile:
machine: true
environment:
- AUTH0_CFG: Quickstart/02-User-Profile/appsettings.json
- SAMPLE_PATH: Quickstart/02-User-Profile
<<: *defaults
03-authorization:
machine: true
environment:
- AUTH0_CFG: Quickstart/03-Authorization/appsettings.json
- SAMPLE_PATH: Quickstart/03-Authorization
- AUTH0_CFG: Quickstart/Sample/appsettings.json
- SAMPLE_PATH: Quickstart/Sample
<<: *defaults

workflows:
Expand All @@ -80,11 +67,3 @@ workflows:
context: Quickstart Web App Test
requires:
- checkout
- 02-user-profile:
context: Quickstart Web App Test
requires:
- checkout
- 03-authorization:
context: Quickstart Web App Test
requires:
- checkout
28 changes: 0 additions & 28 deletions Quickstart/00-Starter-Seed/Controllers/AccountController.cs

This file was deleted.

21 changes: 0 additions & 21 deletions Quickstart/00-Starter-Seed/Program.cs

This file was deleted.

35 changes: 0 additions & 35 deletions Quickstart/00-Starter-Seed/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions Quickstart/00-Starter-Seed/SampleMvcApp.csproj

This file was deleted.

34 changes: 0 additions & 34 deletions Quickstart/00-Starter-Seed/SampleMvcApp.sln

This file was deleted.

This file was deleted.

72 changes: 0 additions & 72 deletions Quickstart/00-Starter-Seed/Views/Shared/_Layout.cshtml

This file was deleted.

2 changes: 0 additions & 2 deletions Quickstart/00-Starter-Seed/exec.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions Quickstart/00-Starter-Seed/exec.sh

This file was deleted.

17 changes: 0 additions & 17 deletions Quickstart/00-Starter-Seed/web.config

This file was deleted.

3 changes: 0 additions & 3 deletions Quickstart/01-Login/.dockerignore

This file was deleted.

45 changes: 0 additions & 45 deletions Quickstart/01-Login/Controllers/AccountController.cs

This file was deleted.

40 changes: 0 additions & 40 deletions Quickstart/01-Login/Controllers/HomeController.cs

This file was deleted.

Loading

0 comments on commit 373f347

Please sign in to comment.