You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/architecture-scenarios/implementation-resources.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ useCase:
23
23
---
24
24
# Implementation Resources
25
25
26
-
Auth0 provides a wealth of services to assist you. This document lists the resources available to customers, by category.
26
+
Auth0 provides a wealth of services to assist you. This page lists the resources available to you, by category.
27
27
28
28
The objective of this list is to provide awareness of the resources available and help you engage most effectively with Auth0.
29
29
@@ -33,11 +33,11 @@ The following resources are designed to help you quickly learn the basics of Aut
33
33
34
34
### Getting Started resources
35
35
36
-
An [overview of Auth0](/getting-started), the Auth0 Dashboard and common terms used for components of the Auth0 service. This page is useful for a broad understanding of Auth0 as well as terms you might hear when working with Auth0 staff or reading documentation.
36
+
An [overview of Auth0](/getting-started), the Auth0 Dashboard, and common terms used for components of the Auth0 service. This page is useful for a broad understanding of Auth0 as well as terms you might hear when working with Auth0 staff or reading documentation.
37
37
38
38
### Architecture scenarios
39
39
40
-
Descriptions of [common architecture scenarios](/architecture-scenarios) and how to solve them with Auth0, including tutorials for implementing common architecture patterns such as a Single Page Application calling an API. The highlevel descriptions will be useful for architects and the tutorials will be helpful for development teams.
40
+
Descriptions of [common architecture scenarios](/architecture-scenarios) and how to solve them with Auth0, including tutorials for implementing common architecture patterns such as a Single Page Application calling an API. The high-level descriptions will be useful for architects and the tutorials will be helpful for development teams.
41
41
42
42
### Implementation Guides
43
43
@@ -49,11 +49,11 @@ A description of [typical and atypical requirements](https://auth0.com/blog/how-
49
49
50
50
## Learn
51
51
52
-
Auth0 provides numerous documentation pages, white papers and blog posts with both learning and quick reference checks in mind.
52
+
Auth0 provides numerous tutorials, guides, white papers, and blog posts with both learning and quick reference checks in mind.
53
53
54
54
### Documentation Pages
55
55
56
-
Auth0 provides [documentation}(https://auth0.docs) on this site that covers a wealth of topics. You can browse through the navigation, or do a search in your favorite browser for "Auth0 *topic of interest*" to quickly find content on a topic. Documentation covers architectural guidance, product documentation, API documentation, Extensibility Patterns and samples
56
+
Auth0 provides [documentation}(https://auth0.docs) on this site that covers a wealth of topics. You can browse through the navigation, or do a search in your favorite browser for "Auth0 *topic of interest*" to quickly find content on a topic. Documentation covers architectural guidance, product documentation, API documentation, Extensibility Patterns and samples
57
57
58
58
### Feature descriptions and white papers
59
59
@@ -65,7 +65,7 @@ The [Auth0 Learn](https://auth0.com/learn/) site features short descriptions of
65
65
66
66
## Run sample code
67
67
68
-
Once your development team is ready to build, Auth0 provides many sample programs, SDKs and libraries to speed your project along.
68
+
Once your development team is ready to build, Auth0 provides many sample programs, SDKs, and libraries to speed your project along.
69
69
70
70
*[**Quickstarts**](/quickstarts)
71
71
Auth0 provides a rich array of quickstarts - small sample programs that demonstrate how to do the key features you’ll want to implement in your program such as authentication, session management, profile updates and logout to name a few of the examples available. The quickstarts will give developers a head start on understanding how to integrate applications with Auth0.
@@ -83,7 +83,7 @@ The [Management API](/api/management/v2 ) allows you to manage objects, configur
83
83
84
84
### Authentication API
85
85
86
-
The [Authentication API](/api/authentication) supports authentication and authorization via the OIDC, OAuth and SAML protocols. The Authentication API explorer allows you to experiment with the Authentication API. Developers can quickly experiment with and test API calls before coding them into your applications.
86
+
The [Authentication API](/api/authentication) supports authentication and authorization via the OIDC, OAuth, and SAML protocols. The Authentication API explorer allows you to experiment with the Authentication API. Developers can quickly experiment with and test API calls before coding them into your applications.
0 commit comments