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
Default to login url to keep backwards compatibility for OAuth JWT (#343)
* Default to login url to keep backwards compatibility
* Remove extra instanceURL
* Instance url is no longer required for JWT auth
* Clean up
* Update docs
Copy file name to clipboardExpand all lines: README.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ This will publish a `config/forrest.php` file that can switch between authentica
56
56
57
57
After adding the config file, update your `.env` to include the following values (details for getting a consumer key and secret are outlined below):
58
58
59
-
```
59
+
```txt
60
60
SF_CONSUMER_KEY=123455
61
61
SF_CONSUMER_SECRET=ABCDEF
62
62
SF_CALLBACK_URI=https://test.app/callback
@@ -69,7 +69,6 @@ SF_PASSWORD=password123
69
69
```
70
70
71
71
> For Lumen, you should copy the config file from `src/config/config.php` and add it to a `forrest.php` configuration file under a config directory in the root of your application.
72
-
73
72
> For Laravel 4, run `php artisan config:publish omniphx/forrest` which create `app/config/omniphx/forrest/config.php`
0 commit comments