Skip to content

Commit

Permalink
fix: remove doubled spa array key (#478)
Browse files Browse the repository at this point in the history
* fix: remove doubled spa array key

Signed-off-by: Josh Soref <[email protected]>

* Update quickstarts.json

Signed-off-by: Josh Soref <[email protected]>
Co-authored-by: Sergiu Ghitea <[email protected]>
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
3 people authored Aug 19, 2022
1 parent 65a0e23 commit 05bc8d8
Showing 1 changed file with 25 additions and 54 deletions.
79 changes: 25 additions & 54 deletions internal/cli/data/quickstarts.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"name": "Laravel API",
"path": "laravel",
"samples": [
"01-Authorization-RS256"
"app"
],
"org": "auth0-samples",
"repo": "auth0-laravel-api-samples",
Expand Down Expand Up @@ -142,6 +142,16 @@
"repo": "auth0-cordova-samples",
"branch": "master"
},
{
"name": "Flutter",
"path": "flutter",
"samples": [
"sample"
],
"org": "auth0-samples",
"repo": "auth0-flutter-samples",
"branch": "main"
},
{
"name": "Ionic & Capacitor (Angular)",
"path": "ionic-angular",
Expand All @@ -164,52 +174,14 @@
},
{
"name": "iOS / macOS",
"path": "swift-beta",
"samples": [
"Sample-01"
],
"org": "auth0-samples",
"repo": "auth0-ios-swift-sample",
"branch": "beta"
},
{
"name": "iOS Swift",
"path": "ios-swift",
"samples": [
"00-Login",
"01-Embedded-Login",
"01-Login",
"02-Custom-Login-Form",
"03-User-Sessions",
"04-Calling-APIs",
"05-Authorization",
"07-Linking-Accounts",
"08-Credentials-TouchID"
"Sample-01"
],
"org": "auth0-samples",
"repo": "auth0-ios-swift-sample",
"branch": "master"
},
{
"name": "iOS Swift - Facebook Login",
"path": "ios-swift-facebook-login",
"samples": [
"00-login-facebook"
],
"org": "auth0-samples",
"repo": "auth0-ios-swift-native-social-samples",
"branch": "master"
},
{
"name": "iOS Swift - Sign In With Apple",
"path": "ios-swift-siwa",
"samples": [
"00-login-siwa"
],
"org": "auth0-samples",
"repo": "auth0-ios-swift-native-social-samples",
"branch": "master"
},
{
"name": "React Native",
"path": "react-native",
Expand All @@ -229,9 +201,7 @@
"org": "auth0-samples",
"repo": "auth0-uwp-oidc-samples",
"branch": "master"
}
],
"spa": [
},
{
"name": "WPF / Winforms",
"path": "wpf-winforms",
Expand Down Expand Up @@ -336,7 +306,8 @@
"name": "Django",
"path": "django",
"samples": [
"01-Login"
"01-Login",
"Quickstart/Sample"
],
"org": "auth0-samples",
"repo": "auth0-django-web-app",
Expand Down Expand Up @@ -392,6 +363,16 @@
"repo": "auth0-spring-boot-login-samples",
"branch": "master"
},
{
"name": "Laravel",
"path": "laravel",
"samples": [
"app"
],
"org": "auth0-samples",
"repo": "auth0-laravel-php-web-app",
"branch": "master"
},
{
"name": "Next.js",
"path": "nextjs",
Expand All @@ -412,16 +393,6 @@
"repo": "auth0-php-web-app",
"branch": "main"
},
{
"name": "PHP (Laravel)",
"path": "laravel",
"samples": [
"01-Login"
],
"org": "auth0-samples",
"repo": "auth0-laravel-php-web-app",
"branch": "master"
},
{
"name": "Python",
"path": "python",
Expand Down

0 comments on commit 05bc8d8

Please sign in to comment.