You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
switch to oidc-client-ts since the oidc-client is deprecated. It significantly reduces the bundle size as well. However, it seems like it only supports response_type of code and for our current id_token token we need to add client_secret as well
sedghi
changed the title
[Draft] feat: remove oidc-client since it is deprecated
[Draft] feat: switch to oidc-client-ts since our current oidc-client is deprecated
Nov 25, 2022
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
switch to oidc-client-ts since the oidc-client is deprecated. It significantly reduces the bundle size as well. However, it seems like it only supports
response_type
ofcode
and for our currentid_token token
we need to addclient_secret
as wellhttps://github.com/authts/oidc-client-ts/blob/main/docs/migration.md
perarnborg/vuex-oidc#187
authts/oidc-client-ts#152
authts/oidc-client-ts#571
Old client in build analyzer
![image](https://user-images.githubusercontent.com/7490180/203880079-b263b7fa-4a51-4991-b852-ddbb75aec06f.png)