NB: depends on #116. I'll rebase once that's merged.
What does this change?
Adds the pan-domain oAuth flow to the rule manager. Requests to the root of the application will now require the user to sign in.
How to test
Run the app locally. Hit the root of the management service. Is the oAuth flow triggered, and does it complete as expected (a redirect to the service homepage)?
How can we measure success?
Users must auth to use the management service. They can do so via a redirect to Google auth.
NB: depends on #116. I'll rebase once that's merged.
What does this change?
Adds the pan-domain oAuth flow to the rule manager. Requests to the root of the application will now require the user to sign in.
How to test
Run the app locally. Hit the root of the management service. Is the oAuth flow triggered, and does it complete as expected (a redirect to the service homepage)?
How can we measure success?
Users must auth to use the management service. They can do so via a redirect to Google auth.