Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
59e04ad
save
RichardJECooke Aug 18, 2025
a815c11
save
RichardJECooke Aug 18, 2025
836c0be
save
RichardJECooke Aug 18, 2025
b406477
save
RichardJECooke Aug 18, 2025
2cfa4a7
save
RichardJECooke Aug 18, 2025
500f137
save
RichardJECooke Aug 19, 2025
11b8f53
save
RichardJECooke Aug 19, 2025
dca692a
finish article
RichardJECooke Aug 19, 2025
a499513
done
RichardJECooke Aug 19, 2025
2bdfc34
icons to steps
RichardJECooke Aug 19, 2025
9095167
typo
RichardJECooke Aug 19, 2025
6ecf4ed
tweaks
sixhobbits Aug 19, 2025
1fb538b
remove init caps
RichardJECooke Aug 19, 2025
d14f0f0
remove let's and future tense
RichardJECooke Aug 19, 2025
eba2485
Edit: React quickstart guide
bethh0rn Aug 20, 2025
0ab98d4
Proofread
bethh0rn Aug 20, 2025
0218d56
Merge pull request #309 from ritza-co/edit_overhaulReactQuickstart
bethh0rn Aug 20, 2025
6e337e6
Add contraction, line 146
bethh0rn Aug 20, 2025
6b978a9
save
RichardJECooke Aug 26, 2025
8b200fb
save
RichardJECooke Aug 26, 2025
efaed7a
save
RichardJECooke Aug 26, 2025
42dffa9
save
RichardJECooke Sep 1, 2025
2952e49
save
RichardJECooke Sep 1, 2025
0ae9001
tags
RichardJECooke Sep 1, 2025
60a71ad
save
RichardJECooke Sep 1, 2025
4e17513
save
RichardJECooke Sep 1, 2025
692a811
save
RichardJECooke Sep 1, 2025
04beecb
tags
RichardJECooke Sep 1, 2025
dfe427f
tags
RichardJECooke Sep 1, 2025
0a30403
tags
RichardJECooke Sep 1, 2025
575951d
tags
RichardJECooke Sep 1, 2025
cfa19f0
edits
RichardJECooke Sep 1, 2025
be90a60
edits
RichardJECooke Sep 1, 2025
d492d1e
tags
RichardJECooke Sep 1, 2025
c13ff7e
Proofread and apply some previous feedback changes
bethh0rn Sep 2, 2025
1c6d3b6
Update quickstart-react.mdx
bethh0rn Sep 2, 2025
bc06ffb
Merge pull request #310 from ritza-co/proofread-overhaulReactQuickstart
bethh0rn Sep 2, 2025
6955c19
refresh button
RichardJECooke Sep 2, 2025
7af94c0
Merge branch 'draft_overhaulReactQuickstart' of https://github.com/ri…
RichardJECooke Sep 2, 2025
db9643d
Edit line 210
bethh0rn Sep 2, 2025
954bec5
save
RichardJECooke Sep 2, 2025
06cd9cd
save
RichardJECooke Sep 2, 2025
c4b40f3
save
RichardJECooke Sep 2, 2025
5f96d9a
Proofread: Quickstart: React Single-Page App (SPA)
bethh0rn Sep 2, 2025
c0a2bcc
Merge pull request #311 from ritza-co/proofread-overhaulReactQuicksta…
bethh0rn Sep 2, 2025
5645287
fix user details section in intro
RichardJECooke Sep 3, 2025
1b3fc79
fix typo
sixhobbits Sep 3, 2025
8bdbeba
Edit: Quickstart: React Single-Page App (SPA)
bethh0rn Sep 4, 2025
79a6856
Proofread: Quickstart: React Single-Page App (SPA
bethh0rn Sep 4, 2025
934cb09
Merge pull request #312 from ritza-co/rework_overhaulReactQuickstart
RichardJECooke Sep 5, 2025
2dd28a3
save
RichardJECooke Sep 5, 2025
7630053
save
RichardJECooke Sep 5, 2025
3a23247
save
RichardJECooke Sep 5, 2025
eb31c26
save
RichardJECooke Sep 5, 2025
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
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions astro/src/components/quickstarts/NextSteps.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<p>This quickstart is a great way to get a proof of concept up and running quickly, but to run your application in production, there are some things you're going to want to do.</p>

<p>
Read the <a href="/docs/get-started">get started guide</a> to learn more about FusionAuth.
If you'd like to know exactly what features are available in the different editions of FusionAuth (most of which are free), check the <a href="https://fusionauth.io/pricing">pricing page</a>.
And if you have any other questions, please ask on the FusionAuth <a href="https://fusionauth.io/community/forum">forum</a>.
</p>

<h3>FusionAuth Customization</h3>

<p>FusionAuth gives you the ability to customize just about everything to do with the user's experience and the integration of your application. This includes:</p>
Expand All @@ -25,3 +31,4 @@
<li>Set up <a href="/docs/lifecycle/authenticate-users/multi-factor-authentication">MFA</a>, <a href="/docs/lifecycle/authenticate-users/identity-providers/">Social login</a>, or <a href="/docs/lifecycle/authenticate-users/identity-providers/overview-samlv2">SAML</a> integrations.</li>
<li>Integrate with external systems using <a href="/docs/extend/events-and-webhooks/">Webhooks</a>, <a href="/docs/lifecycle/migrate-users/scim/scim">SCIM</a>, and <a href="/docs/extend/code/lambdas/">Lambdas</a>.</li>
</ul>

159 changes: 0 additions & 159 deletions astro/src/content/quickstarts/quickstart-javascript-react-web.mdx

This file was deleted.

Loading