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: src/site/headless-cms/strapi.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ description: Strapi is the leading open-source headless CMS. It’s 100% Javascr
11
11
images:
12
12
- path: /img/cms/strapi-content-types-builder.png
13
13
- path: /img/cms/strapi-content-manager.png
14
+
- path: /img/cms/strapi-media-library.png
15
+
- path: /img/cms/strapi-settings-edit-roles.png
14
16
---
15
17
16
18
## Get started
@@ -39,7 +41,7 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
39
41
40
42
<br />
41
43
42
-
**Multi-databases support** SQLite, MongoDB, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
44
+
**Multi-databases support** SQLite, MySQL, Postgres are supported, you just have to pick one of your choice.<br />
43
45
**GraphQL or RESTful** Consume the API from any client (React, Vue, Angular), mobile apps or even IoT, using REST or GraphQL.<br />
44
46
**100% Javascript** One language fits all. Use JavaScript from front to back.<br />
45
47
**Webhooks** Call back anywhere you need, to get the functionality you want, out of the box with our API.<br />
@@ -65,8 +67,8 @@ Try also one of our starters: [Gatsby catalog](https://github.com/strapi/strapi-
65
67
[Media Library](https://strapi.io/features/media-library): The media library allows you to store your images, videos and files in your Strapi admin panel with many ways to visualize and manage them.<br />
66
68
[Role-Based Access Control (RBAC)](https://strapi.io/features/custom-roles-and-permissions): Role-Based Access Control is a feature available in the Administration Panel settings that let your team members have access rights only to the information they need.<br />
67
69
[Internationalization (i18n)](https://strapi.io/features/internationalization): Internationalization (i18n) lets you create many content versions, also called locales, in different languages and for different countries.<br />
68
-
70
+
[SSO (Enterprise)](https://strapi.io/blog/v3-5-sentry-plugin-sso-authentication): SSO authentication feature for the Strapi admin panel, which lets enterprises connect Strapi to their authentication providers and protocols such as Active Directory, Okta, Auth0, Keycloak, OAuth etc...
0 commit comments