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

Mcr/blog get more value #2312

Merged
merged 26 commits into from
Sep 1, 2023
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
16ec299
get more value post
mark-robustelli Jul 11, 2023
a01edfb
updating link to sample application
mark-robustelli Jul 11, 2023
47a9152
updating with changes from Brad
mark-robustelli Jul 11, 2023
8d23c0d
Update site/_posts/2023-07-11-get-more-value-out-of-fusionauth.md
mark-robustelli Aug 3, 2023
e86f115
update links verbiage
mark-robustelli Aug 4, 2023
65eb4b0
Update conclusion verbiage
mark-robustelli Aug 4, 2023
8b4055c
Update Link verbiage
mark-robustelli Aug 4, 2023
77cbdf0
making changes from review
mark-robustelli Aug 4, 2023
aaba3af
merge changes from accepting git suggestion
mark-robustelli Aug 4, 2023
6ba6293
finishing merge
mark-robustelli Aug 4, 2023
679eb3c
small clean ups
mark-robustelli Aug 4, 2023
bd56956
making changes from review
mark-robustelli Aug 6, 2023
82e4aca
update word
mark-robustelli Aug 7, 2023
d90c40d
Update site/_posts/2023-07-11-get-more-value-out-of-fusionauth.md
mark-robustelli Aug 11, 2023
bbf228c
Update site/_posts/2023-07-11-get-more-value-out-of-fusionauth.md
mark-robustelli Aug 11, 2023
3997477
Update site/_posts/2023-07-11-get-more-value-out-of-fusionauth.md
mark-robustelli Aug 11, 2023
900686b
updating typos
mark-robustelli Aug 11, 2023
f908df3
adding to example-apps
mark-robustelli Aug 11, 2023
dbda495
Merge branch 'master' into mcr/blog-get-more-value
mark-robustelli Aug 11, 2023
8c6742a
removing Net language and capatilizing blog post headers.
mark-robustelli Aug 11, 2023
6bf25b0
merge with master
mark-robustelli Aug 21, 2023
b6b19fa
moving to astro
mark-robustelli Aug 21, 2023
85eeb85
tweaking for display
mark-robustelli Aug 21, 2023
1bb0d57
update categories
mark-robustelli Aug 21, 2023
eb75040
updating date and image
mark-robustelli Sep 1, 2023
2c85bc6
removing old images
mark-robustelli Sep 1, 2023
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
5 changes: 5 additions & 0 deletions site/_data/exampleapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@
name: Next.js Single Sign-On
description: Single sign-on with Next.js and FusionAuth
language: javascript
- url: https://github.com/FusionAuth/fusionauth-example-dotnet-windowsform-api
name: Example Windows Forms Application Using FusionAuth APIs
description: This application uses C# to call the FusionAuth APIs to create a user, delete a user, and add a user to a group in a Windows Form application.
language: net
- url: https://github.com/FusionAuth/fusionauth-example-express-api
name: Express API
description: Express api which uses the Cookie Access Token
Expand All @@ -271,3 +275,4 @@
name: Angular with the hosted backend
description: The Authorization Code grant using the Angular framework with the FusionAuth Angular SDK and the hosted backend
language: javascript

313 changes: 313 additions & 0 deletions site/_posts/2023-07-11-get-more-value-out-of-fusionauth.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions site/docs/v1/tech/example-apps/net.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: doc
title: .NET Example Apps
description: List of example applications in .NET
navcategory: getting-started
---
:page-liquid:

:sectnumlevels: 0

:language: net
include::docs/v1/tech/example-apps/_example_apps_intro.adoc[]

++++
{%capture language %}net{% endcapture %}
{% include _example-apps-one-section.liquid %}
++++