Commit bb95927
authored
* fix: added warning for legacy cross_origin_auth and added sanitizeDeprecatedClientFields for handling deprecated field and new field
* test: add migration tests for deprecated cross_origin_auth to cross_origin_authentication
* fix: rename variable for clarity in sanitizeClientFields function
* fix: update client sanitization to handle deprecated cross_origin_auth field
* fix: refactor client field sanitization to improve clarity and handle deprecated cross_origin_auth field
* fix: specify type for fields in sanitizeClientFields function
* fix: rename variable for clarity in sanitizeClientFields function and update handling of deprecated cross_origin_auth field
* fix: migrate deprecated cross_origin_auth to cross_origin_authentication in client export
* fix: ensure newline at end of file in clients.tests.js
* fix: refactor cross_origin_auth sanitization into a dedicated method
* fix: improve client field sanitization and handle deprecated cross_origin_auth field
* Refactor code structure for improved readability and maintainability
* fix: correct spelling of 'sanitized' in client field sanitization methods
* fix: update deprecation warning for 'cross_origin_auth' parameter
1 parent a5e623b commit bb95927
8 files changed
Lines changed: 16428 additions & 9595 deletions
File tree
- src/tools/auth0/handlers
- test
- e2e/recordings
- tools/auth0/handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
| 281 | + | |
| 282 | + | |
279 | 283 | | |
280 | 284 | | |
281 | 285 | | |
| |||
344 | 348 | | |
345 | 349 | | |
346 | 350 | | |
347 | | - | |
348 | | - | |
349 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
350 | 355 | | |
351 | 356 | | |
352 | 357 | | |
| |||
360 | 365 | | |
361 | 366 | | |
362 | 367 | | |
| 368 | + | |
363 | 369 | | |
364 | 370 | | |
365 | 371 | | |
| |||
373 | 379 | | |
374 | 380 | | |
375 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
376 | 420 | | |
377 | 421 | | |
378 | 422 | | |
| |||
387 | 431 | | |
388 | 432 | | |
389 | 433 | | |
390 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
391 | 437 | | |
392 | 438 | | |
393 | 439 | | |
| |||
0 commit comments