Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Lin <[email protected]>
  • Loading branch information
dbhynds and lin-brian-l authored Dec 18, 2023
1 parent e3d49a5 commit 0831b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $message->inilialize($request);

### HIGH LIKELIHOOD OF IMPACT: Changed how the OIDC Login URL is retrieved, deprecated the `Redirect` object

When redirecting to the OIDC Login URL, the `Packback\Lti1p3\LtiOidcLogin::getOidcLoginUrl()` method should be used to retrieve the URL. Your application should use this to build the redirect response in whatever way is appropriate for your framework. This replaces, `Packback\Lti1p3\LtiOidcLogin::doOidcLoginRedirect()` which returned a `Redirect` object. See: https://github.com/packbackbooks/lti-1-3-php-library/pull/116
When redirecting to the OIDC Login URL, the `Packback\Lti1p3\LtiOidcLogin::getOidcLoginUrl()` method should be used to retrieve the URL. Your application should use this to build the redirect response in whatever way is appropriate for your framework. This replaces `Packback\Lti1p3\LtiOidcLogin::doOidcLoginRedirect()`, which returned a `Redirect` object. See: https://github.com/packbackbooks/lti-1-3-php-library/pull/116

```php
// instead of doing this:
Expand Down

0 comments on commit 0831b5f

Please sign in to comment.