fp/packages/strapi/src/extensions
CJ_Clippy 4962ae34f8
ci / build (push) Failing after 1m54s Details
progress
2024-07-13 21:20:35 -08:00
..
.gitkeep init 2024-01-20 08:16:14 -08:00
README.md progress 2024-07-13 21:20:35 -08:00

README.md

strapi extensions

note by CJ

Reminder: Plugins don't go here. Plugins are added using pnpm. example: pnpm add strapi-chatgpt

This extensions directory is the place for plugin override code.

@see https://docs.strapi.io/dev-docs/plugins-extension

We are using overrides patch in patreon support. In ./users-permissions/services/providers-registry.js we make some changes. When user logs in via Patreon, we determine if the Patreon account is a Futureporn supporter. Based on that information, we update the user role to one of 'Authenticated' or 'Patron'.