Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone Viewer Authorization Header #322

Merged
merged 1 commit into from
Dec 12, 2018

Conversation

nicolasvandooren
Copy link
Contributor

A token fragment parameter can be specified. If present this value will be used for http bearer authorization when making requests.

A fragment parameter is used instead of a query parameter so that the token is never sent over the network.

Example :
http://localhost:3000/?url=https://some.website.io/sampleDICOM.json#token=1a2b3c4d

Fixes #140

@swederik
Copy link
Member

swederik commented Dec 12, 2018

Awesome, thanks! (looks like Travis is failing due to some weird docker login issue)

@swederik swederik merged commit 947a5f4 into OHIF:master Dec 12, 2018
@ohif-bot
Copy link
Member

🎉 This PR is included in version 0.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to include an authorization header in the standalone viewer parameters?
3 participants