From e57cc5eb3f29e098a904402bdb9296a785c5850b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Campitelli?= <1877191+vcampitelli@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:17:28 -0300 Subject: [PATCH] Merging exampleapps.json --- astro/src/content/json/exampleapps.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/astro/src/content/json/exampleapps.json b/astro/src/content/json/exampleapps.json index 5c1479b49b..41a116c69d 100644 --- a/astro/src/content/json/exampleapps.json +++ b/astro/src/content/json/exampleapps.json @@ -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" }, @@ -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",