mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 19:27:50 +00:00
4548f69de8
Provide the minimal components required to support an Outlook add-in: user authentication, JWT retrieval, and API calls to generate meeting links. This implementation is an early alpha: developer experience is limited, documentation is incomplete, and the solution is not white-labeled. It's too early to consider these parts ready to ship into production. As a result, it is currently only available within the DINUM frontend image.
9 lines
102 B
JSON
9 lines
102 B
JSON
{
|
|
"plugins": [
|
|
"office-addins"
|
|
],
|
|
"extends": [
|
|
"plugin:office-addins/recommended"
|
|
]
|
|
}
|