Skip to content

Commit dfd359d

Browse files
committed
Updated the readme
1 parent 93c4464 commit dfd359d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ Now find the `aliases` array in the same config file and add the following Facad
3333

3434
## Config
3535

36-
Before you can use the Citrix service provider you have configure it. You can create access your API keys here: [CITRIX Developer portal](https://developer.citrixonline.com/user/me/apps). Note that you need to have an active or trial account for the API to function properly. Just dev credentials alone will not work.
36+
Before you can use the Citrix service provider you have configure it. You can create API access keys here: [CITRIX Developer portal](https://developer.citrixonline.com/user/me/apps).
3737

38-
The provider currently uses Direct authentication. A Oauth2 authentication will be added later also.
38+
Note that you need to have an active or trial account for the API to function properly. Just dev credentials alone will not work.
3939

40-
The following environment values are required in your .env file. The provider doesn't publish any config, etc. thus your project stays super clean.
40+
The provider currently only support `Direct` authentication. An OAuth2 authentication will be added later also.
41+
42+
The following environment values are required in your `.env` file. The provider doesn't publish any config, etc. thus your project stays clean.
4143

4244
```
4345
CITRIX_DIRECT_USER=test@test.com
@@ -128,6 +130,6 @@ $attendee = GotoWebinar::getWebinarSessionAttendee( $webinarKey, $sessionKey, $r
128130

129131
Your contribution or bug fixes are welcome!
130132

131-
Next steps will be to add OAuth2 Authentication and adding the GotoMeeting provider into the package also.
133+
Next steps will be to build out more robuster error handling, add OAuth2 Authentication and adding the GotoMeeting provider into the package also.
132134

133135
Enjoy!

0 commit comments

Comments
 (0)