File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,23 @@ There you can enter the API URL and the client ID.
167167
168168<img src="/img/solidtime-desktop-instance-settings-2.png" alt="Screenshot of soldtime Desktop showing the Instance Settings interface" width="500" />
169169
170- # ## 10. Activate API access via user API tokens (optional)
170+ # ## 10. Activate Browser Extensions access (optional)
171+
172+ The solidtime Browser Extensions authenticate with the API with OAuth.
173+ The Browser Extensions need a client. You can create a client by running the following command :
174+
175+ ` ` ` bash
176+ docker compose exec scheduler php artisan passport:client --name=browser-extensions --redirect_uri=https://[email protected] /,https://hpanifeankiobmgbemnhjmhpjeebdhdd.chromiumapp.org/ --public -n 177+ ` ` `
178+
179+ This command will output the client ID. Write down the client ID, you will need it to configure the Browser Extensions.
180+
181+ You can download the Browser Extensions from :
182+
183+ - [Chrome Web Store](https://chromewebstore.google.com/detail/solidtime/hpanifeankiobmgbemnhjmhpjeebdhdd)
184+ - [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/solidtime/)
185+
186+ # ## 11. Activate API access via user API tokens (optional)
171187
172188solidtime has a feature that allows users to create API tokens to access the API.
173189This can be used to automate tasks or to create integrations with other services.
You can’t perform that action at this time.
0 commit comments