purity_oauth2 0.11.2
purity_oauth2: ^0.11.2 copied to clipboard
An OAuth2 library for the Purity framework
#Purity OAuth2
A simple oauth2 library for the purity framework.
##Trying the login flow
To view the login flow in action you can run the demo/tests in 3 ways:
-
To see the real login flow with the host making requests to google services run
pub buildthen runbuild/bin/host.dartthen navigate tolocalhost:4346. -
To see the login flow being mocked with the purity framework, run
test/integration/index_with_purity.htmlentershowComsto view the communications window, then enternewClient. -
To see the login flow being mocked without the purity framework, run
test/integration/index_without_purity.html.