mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
chore: Added client credentials grant for API calling from services. (#6325)
* chore: Added client credentials grant for API calling from services. * chore: Added authentication documentation
This commit is contained in:
parent
cda81ddb7d
commit
8a66b04b68
3 changed files with 70 additions and 17 deletions
|
@ -60,6 +60,7 @@ const migratePluginsFromNodeModules = async () => {
|
|||
const cmd = ['pnpm', 'ls', '--long', '--json', '--depth=0', '--no-production'];
|
||||
const [{dependencies = {}}] = JSON.parse(await runCmd(cmd,
|
||||
{stdio: [null, 'string']}));
|
||||
|
||||
await Promise.all(Object.entries(dependencies)
|
||||
.filter(([pkg, info]) => pkg.startsWith(plugins.prefix) && pkg !== 'ep_etherpad-lite')
|
||||
.map(async ([pkg, info]) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue