You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,7 +51,7 @@ In another terminal, send the request using of the examples below —
51
51
<details>
52
52
<summary>Example Users ⚙️</summary>
53
53
54
-
All ["Authorized" users](https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs#Characters) may be found in the "User Database" — [`example-users.csv`](./authorizer/example-users.csv):
54
+
All ["Authorized" users](https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs#Characters) may be found in the "User Database" — [`example-users.csv`](https://github.com/ohsu-comp-bio/funnel/blob/feature/plugins/plugins/example-users.csv):
55
55
> - Alyssa P. Hacker, a Lisp hacker
56
56
> - Ben Bitdiddle
57
57
> - Cy D. Fect, a "reformed C programmer"
@@ -65,7 +65,7 @@ Here the use of a simple text file to contain users is to show how a plugin can
65
65
66
66
### Example: Authorized User
67
67
68
-
Here we send a request to authenticate a user named 'Alyssa P. Hacker' who is an `Authorized` user (i.e. found in the "User Database" — [`example-users.csv`](./authorizer/example-users.csv)):
68
+
Here we send a request to authenticate a user named 'Alyssa P. Hacker' who is an `Authorized` user (i.e. found in the "User Database" — [`example-users.csv`](example-users.csv)):
69
69
70
70
```console
71
71
➜ curl --header "Authorization: Bearer Alyssa P. Hacker" \
@@ -89,9 +89,11 @@ Error: User Foo not found ❌
89
89
90
90
# Next Steps 🚧
91
91
92
-
-[x] Add sequence diagram of Server/Plugin interactions
92
+
-[ ] Add Server integration
93
+
-[ ] Add updated sequence diagram of Server/Plugin interactions
93
94
-[ ] Add steps/docs for writing additional custom plugins to integrate with Funnel...
0 commit comments