Trent
Trent
I have everything working now, just unsure if i should be using a custom guard or still use the default provided guards.
hi @FabianGosebrink, was this related to the other issue we were discussing [Lazy load](https://github.com/damienbod/angular-auth-oidc-client/issues/1284) ? I'm confused with your reply in regards to being able to use cypress with angular-auth-oidc-client.
I had two needs; 1. dynamic changing of auth urls/documents (https://github.com/damienbod/angular-auth-oidc-client/issues/1284) 2. ability to use cypress for testing (this issue) This issue #1255 was just about being able to set...
this ticket is just about being able to set the correct values into session or storage so when I load the app, angular-auth-oidc-client behaves like i am logged in. see...
I would think since those big three providers worked with cypress to give examples, it would be ok for the same here. I've tried with this library to set some...
i need to be able to call my provider programitcally, like this sample, then use the values obtained to set items in storage so angular-auth-oidc-client knows im logged in already....
i'm interested in this for post-build, like @GaryB432 mentioned, build once/deploy many. I'm not running on azure so need to plug the vars during deployment from vsts Release. CI Process...
We had same issue and had to roll back to `~3.1.1`
bump. Would like this merged as well. any issues?
@MarkPieszak I see you had a PR for this but its not complete yet, any update?