I'm working on integrating my angular 1.x app with oidc-client-js to implement the PKCE flow, I've already been able to integrate the dependency with a React app successfully, but having issues in the angularJS/bower framework. Is there any sample app implementing AngularJS and oidc-client-js that I can refer to? One of the main issues I have is not being able to inject the UserManager/WebStorage classes, since the app since it is not defined as an angular module.
P.S: I'm new to the Angular 1.x framework :)
Hey guys,
I'm working on integrating my angular 1.x app with oidc-client-js to implement the PKCE flow, I've already been able to integrate the dependency with a React app successfully, but having issues in the angularJS/bower framework. Is there any sample app implementing AngularJS and oidc-client-js that I can refer to? One of the main issues I have is not being able to inject the UserManager/WebStorage classes, since the app since it is not defined as an angular module. P.S: I'm new to the Angular 1.x framework :)
Thanks in advance!
-Vishal Chinthakunta.