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'.