Skip to content

Commit

Permalink
Update MIGRATION_GUIDE to reference snake_case (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Prijck <[email protected]>
  • Loading branch information
JoshAddington and frederikprijck authored Mar 8, 2023
1 parent 8ea61ce commit d696a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The above changes affect the following methods:

### Changes to parameter casing

With the move to placing Auth0 specific properties in the `authorizationParams` object, these properties will now use the casing used by the Auth0 API. This specifically impacts `redirectUri` and `maxAge` as they previously were camelCase but are now kebab-case:
With the move to placing Auth0 specific properties in the `authorizationParams` object, these properties will now use the casing used by the Auth0 API. This specifically impacts `redirectUri` and `maxAge` as they previously were camelCase but are now snake_case:

- `redirectUri` is now `redirect_uri`
- `maxAge` is now `max_age`
Expand Down

0 comments on commit d696a87

Please sign in to comment.