Skip to content

Commit d696a87

Browse files
Update MIGRATION_GUIDE to reference snake_case (auth0#522)
Co-authored-by: Frederik Prijck <[email protected]>
1 parent 8ea61ce commit d696a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The above changes affect the following methods:
9393

9494
### Changes to parameter casing
9595

96-
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:
96+
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:
9797

9898
- `redirectUri` is now `redirect_uri`
9999
- `maxAge` is now `max_age`

0 commit comments

Comments
 (0)