Skip to content

Commit

Permalink
Merge pull request #173 from vcampitelli/quickstart-rust-web
Browse files Browse the repository at this point in the history
Fixing `exampleapps.json` conflict
  • Loading branch information
sixhobbits authored Mar 5, 2024
2 parents d02fe20 + e57cc5e commit 4e34d13
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion astro/src/content/json/exampleapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
},
{
"url": "https://github.com/FusionAuth/fusionauth-example-php-connector",
"name": "Updating a legacy PHP app",
"name": "Updating a legacy PHP app using a connector",
"description": "Updating a legacy PHP app to OAuth and migrating users",
"language": "php"
},
Expand Down Expand Up @@ -557,6 +557,18 @@
"description": "PHP Laravel API quickstart tutorial showing how to integrate FusionAuth with a PHP Laravel API",
"language": "php"
},
{
"url": "https://github.com/fusionauth/fusionauth-example-device-limit-simple",
"name": "Restrict Simultaneous Logins (Simple)",
"description": "Demonstrates how to limit the number of devices a user can simultaneously log in from, asking them to sign out from an existing session in order to continue",
"language": "javascript"
},
{
"url": "https://github.com/fusionauth/fusionauth-example-device-limit-friendly",
"name": "Restrict Simultaneous Logins (User-friendly)",
"description": "Demonstrates how to limit the number of devices a user can simultaneously log in from, allowing them to sign out via interface from other sessions",
"language": "javascript"
},
{
"url": "https://github.com/FusionAuth/fusionauth-quickstart-rust-actix-web",
"name": "Rust Actix quickstart",
Expand Down

0 comments on commit 4e34d13

Please sign in to comment.