Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing exampleapps.json conflict #173

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading