microsoft-authentication-library-for-js icon indicating copy to clipboard operation
microsoft-authentication-library-for-js copied to clipboard

Add additional example to documentation

Open bvwidt opened this issue 1 year ago • 2 comments

I have added another example that I find is missing from the documentation in order to implement MSAL for Angular in any project.

bvwidt avatar Aug 08 '24 06:08 bvwidt

Can anyone review this small documentation change (@jo-arroyo, @tnorling or @peterzenz)?

bvwidt avatar Aug 27 '24 08:08 bvwidt

@bvwidt Thank you for your interest in contributing to our library. Unfortunately, the html tags you are looking to add aren't strictly necessary for every application using MSAL Angular. While it is needed for applications using the MsalRedirectComponent, applications using popup or standalone Angular applications won't need them, so we will not be adding it to our initialization doc. Please see our doc on redirects for more details, and we welcome contributions from you in the future.

jo-arroyo avatar Oct 10 '24 21:10 jo-arroyo