Geoff Rich
Geoff Rich
Also, the text color used for blockquotes on the docs [does not have have sufficient contrast](https://contrast-ratio.com/#hsl%28204%2C%20100%25%2C%2050%25%29-on-white). Example: 
Hm, I think this is actually a case where it's perfectly valid to ignore the warning. Maybe we want to add the `svelte-ignore` comment to this example? In general, you...
It would also be nice to get SvelteKit as an option on the "create Static Web App" flow via the VS Code extension, but not sure what controls that. Edit:...
v0.12 of the extension should support SvelteKit now. Still want to verify.
Also might be good to update the README to note that the extension will set this up for you.
Anecdotally, when I ran through this setup as part of another issue investigation it didn't set the right values for api_location in the workflow (it set it to `.svelte-kit/azure-tmp/api` instead...
What is the advantage of having the CSP in a header as opposed to the meta tag? Won't they have the same effect? The implementation seems relatively straightforward. Re: opt-in...
Hey, I still need to find time to review this PR more fully. It looks like we're adding a lot of logic, so I just merged #67 which adds unit...
Thanks for the report - do you think you could open a PR with a failing test that reproduces the issue? It would go here: https://github.com/geoffrich/svelte-adapter-azure-swa/blob/1dc3918a8ea0ec2ddfc08e8dedc4d404862d3e2e/test/headers.test.js#L102-L121 If you want to...
v0.19.1 of the adapter should no longer throw an exception if it can't parse the client principal.