Skip to content

Commit

Permalink
adding qr code example to example apps list (#3351)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreds authored Oct 25, 2024
1 parent c83d8e4 commit b09afd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions astro/src/content/json/exampleapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,12 @@
"description": "This example application shows how to implement Custom Scopes with FusionAuth.",
"language": "ruby"
},
{
"url": "https://github.com/fusionauth/fusionauth-example-qr-codes",
"name": "QR Code Example",
"description": "An example Python/Flask application that uses an OAuth Device Code Grant workflow to log a user in and get them access and refresh tokens across devices.",
"language": "python"
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-modeling-organizations",
"name": "Modeling Organizations",
Expand Down
1 change: 0 additions & 1 deletion src/scripts/count-repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ function get_json_repos() {
# Repos that will be returned by the `gh` commands below, but are
# intentionally excluded from JSONFILE for... reasons?
local EXCLUDE=(
"fusionauth-example-qr-codes"
"fusionauth-example-template"
"fusionauth-example-vue-sdk"
"fusionauth-quickstart-kotlin-android-native"
Expand Down

0 comments on commit b09afd8

Please sign in to comment.