Angular-oauth2-oidc: Status of jsrasign dependency and resulting bundle size?

Created on 28 Sep 2019  路  4Comments  路  Source: manfredsteyer/angular-oauth2-oidc

Hi, the description says that jsrasign should be replaced in a past release to lower the bundle size. This seems not to be done.

Should we update the readme with a clarification?

Is there a technication reason why jsrasign is not removed?

announcement investigation-needed

Most helpful comment

The next version will work without JSRASIGN when using Code Flow (which is the recommented flow since some months) or Implicit Flow w/o Token-validation.

All 4 comments

Some observations:

Hope that helps?

PS. I'm tempted to use this issue for all these follow-ups (improve docs, reduce bundle size by improving shakeability and/or removing the dependency), would that make sense?

The next version will work without JSRASIGN when using Code Flow (which is the recommented flow since some months) or Implicit Flow w/o Token-validation.

@manfredsteyer you might want to update :)

with version 9, you don't need this for code flow anymore (see readme).

Was this page helpful?
0 / 5 - 0 ratings