Azure-Samples / active-directory-verifiable-credentials

A code sample demonstrating how to use Azure Active Directory's preview functionality to issue and consume verifiable credentials.
107 stars 65 forks source link

removed host consts and replaced with req.hostname for easier deployment #6

Closed mahoekst closed 4 years ago

mahoekst commented 4 years ago

This PR removes the const host so makes it easier when you use ngrok and it changes the host name all the time. Also easier to deploy to azure without any config changes.