Migrating to Auth0.js v9 from v6

Hi,

I have a SPA that’s still using AngularJS v1.5.11 (unfortunately), with the following client side references:

<script src="//cdn.auth0.com/w2/auth0-6.8.js"></script>
<script src="//cdn.rawgit.com/auth0/angular-storage/master/dist/angular-storage.js"></script>
<script src="//cdn.rawgit.com/auth0/angular-jwt/master/dist/angular-jwt.js"></script>
<script src="//cdn.auth0.com/w2/auth0-angular-4.js"></script>

I am now getting the SameSite warnings in Chrome, and I am trying to migrate to Auth0.js v9, but am a little unclear on which combination of libraries to use to follow a similar path as the libraries listed above. Any guidance would be greatly appreciated.

Thanks,

Chris

P.S. My question seems similar to Auth0 CDN Topic

working, i have use this.

What issue are you facing this issue?