Warning:  Due to planned infrastructure maintenance, the EBRAINS Wiki and EBRAINS Support system will be unavailable for up to three days starting Monday, 14 July. During this period, both services will be inaccessible, and any emails sent to the support address will not be received.

Attention: We are currently experiencing some issues with the EBRAINS Drive. Please bear with us as we fix this issue. We apologise for any inconvenience caused.


Changes for page Collab.PHP

Last modified by csucs on 2022/11/22 09:29

From version 4.1
edited by csucs
on 2022/11/14 18:22
Change comment: There is no comment for this version
To version 11.1
edited by csucs
on 2022/11/21 12:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,9 +2,9 @@
2 2  (((
3 3  (% class="container" %)
4 4  (((
5 -= My Collab's Extended Title =
5 += Collab.PHP =
6 6  
7 -My collab's subtitle
7 +//A walkthrough of creating an HBP/EBrains collaboratory app//
8 8  )))
9 9  )))
10 10  
... ... @@ -12,15 +12,20 @@
12 12  (((
13 13  (% class="col-xs-12 col-sm-8" %)
14 14  (((
15 +(% class="wikigeneratedid" %)
16 +Example code is at [[https:~~/~~/github.com/Tevemadar/Collab.PHP>>https://github.com/Tevemadar/Collab.PHP]] , primary copy of text is also hosted there.
17 +
15 15  = What can I find here? =
16 16  
17 -* Notice how the table of contents on the right
18 -* is automatically updated
19 -* to hold this page's headers
20 +* Very short collab app example (host, register, use)
21 +* Barely longer example about dealing with OIDC stuff
22 +* The hosted examples themselves.
20 20  
24 +The token exchange happens in PHP code (it's "curl-like").
25 +
21 21  = Who has access? =
22 22  
23 -Describe the audience of this collab.
28 +Anyone "has access", but developers can really make use of it.
24 24  )))
25 25  
26 26  
Collaboratory.Apps.Collab.Code.CollabClass[0]
Public
... ... @@ -1,1 +1,1 @@
1 -No
1 +Yes
XWiki.XWikiRights[3]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Levels
... ... @@ -1,0 +1,1 @@
1 +view
Users
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiGuest
XWiki.XWikiRights[4]
Allow/Deny
... ... @@ -1,0 +1,1 @@
1 +Allow
Groups
... ... @@ -1,0 +1,1 @@
1 +XWiki.XWikiAllGroup
Levels
... ... @@ -1,0 +1,1 @@
1 +view
Public

Collab.PHP