Releases: joegasewicz/react-google-oauth2.0
Releases · joegasewicz/react-google-oauth2.0
0.1.2
Changed
Releases 0.1.2
Useful for End to End testing.
Below example with CypressIO
Cypress.Commands.add("loginSSO", (overrides = {}) => {
Cypress.log({
"name": "loginSSO",
});
if(!getAccessToken()) {
exchangeToken(CLIENT_ID, REFRESH_TOKEN, CLIENT_SECRET) // <---- new function
.then(_ => {
cy.request({
method: 'GET',
url: `${API_URL}/staff`,
headers: createOAuthHeaders(),
});
});
}
});
0.1.0
0.0.28-rc.2
v0.0.28
Merge pull request #30 from joegasewicz/Disconnect_auto_login_#27 bump to 0.0.28-rc.0
v0.0.24
Bump to v0.0.24
v0.0.23
v0.0.20
recursive calls to server #5