conveyal/modeify

View on GitHub
views/auth0-silent-callback.jade

Summary

Maintainability
Test Coverage
doctype html
html(lang='en')
  head
    script(type='text/javascript').
      var data = {
        type: 'auth0:silent-authentication',
        hash: window.location.hash
      };
      
      // This page is designed to be loaded in an Iframe
      var result = parent.postMessage(data, "*");

  body