Manuel

Results 5 comments of Manuel

Is it possible to submit PRs for Wiki updates? Sorry for my newbie question but I may be able to help here now that I'm trying to understand how createSignoutRequest...

@brockallen How are your feelings to add JSDOC comments via pull requests to the most common functions of the library? This way it's self documented and most IDEs can pick...

Not sure how that's called in other languages. There's one for Java also called Javadoc. I believe in C# they're just called XML comments. Example: ```js /** * Implements the...

I had the same issue as @bjwela but I'm using a custom header in my interceptor to bypass authentication for certain calls. It could be good if this library can...

@douglasrcjames Did you ever found out how to implement this? I was able to have it working on Angular 8. After upgrading to a newer version of angular it stopped...