Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 470 Bytes

UPGRADE.md

File metadata and controls

13 lines (8 loc) · 470 Bytes

Upgrade Guide

General Notes

Upgrading To 2.0 From 1.x

Changing default response type to code

OAuth 2 Implicit Grant Token authentication is not recommended anymore. If you still want to use the token response type, you need to set it explicitly with responseType: 'token' in the oauth configuration. Otherwise, you will use Authorization Code Grant with PKCE by default.