Implementing custom storage in angular-auth-oidc-client when using a standalone config in Angular
I’m using the provideAuth method in my main.ts file which allows to set the config. However the documentation of the library only shows how to implement custom storage using NgModules, which i’m not using since i’m using Angular standalone components.