This repository was archived by the owner on Jun 16, 2021. It is now read-only.
Description Hey everyone,
I'm doing the Rails integration and until a month ago I was 99% compatible with the TCK (except the social login that we decided to skip for this release).
In the last month lots of stuff in the TCK stopped working.
I believe this commit caused those failures: 736b1ea
Since then, I've started getting:
Failed methods (hide)
changeEndpointChangesAccountPasswordWhenPostingJson
changeRendersFormForValidSptoken
cookieExpirationMatchesTokenTtl
refreshTokenAsAccessBearerTokenFails
refreshTokenAsAccessTokenFails
serverRefreshesAccessTokenWhenMissing
Skipped methods (hide)
forgotDoesNotHandleDelete
forgotDoesNotHandleJsonGet
forgotDoesNotHandlePut
forgotRedirectsToNextUriWhenPostingInvalidEmail
forgotRedirectsToNextUriWhenPostingValidEmail
forgotRendersForm
forgotRendersFormWithInvalidSptokenBanner
forgotSucceedsWhenPostingInvalidEmailJson
forgotSucceedsWhenPostingValidEmailJson
loginAccountDatetimePropertiesAreIso8601
loginDoesNotHandleDelete
loginDoesNotHandlePut
loginDoesNotRenderWrongStatusParameter
loginErrorsWithBadCredentialsJson
loginFormPreservesValuesOnPostback
loginFormShouldBeOrderedCorrectly
loginHtmlRendersErrorWithoutUsernameAndPassword
loginJsonDoesNotHaveLinkedResources
loginRedirectsToNextUriOnSuccess
loginRendersCreatedMessage
loginRendersErrorOnFailure
loginRendersForgotMessage
loginRendersResetMessage
loginRendersUnverifiedMessage
loginRendersVerifiedMessage
loginServesHtmlForm
loginServesJsonViewModel
loginSetsCookiesHtml
loginSetsCookiesJson
loginSucceedsForJson
loginViewModelHasFields
loginWithEmailSucceeds
loginWithEmailSucceedsHtml
loginWithEmptyPasswordFails
loginWithEmptyStringFails
loginWithInvalidFacebookAccessTokenFails
loginWithUsernameSucceeds
loginWithUsernameSucceedsHtml
loginWithValidFacebookAccessTokenSucceeds
logoutDeletesCookiesHtml
logoutDeletesCookiesJson
logoutDoesNotHandleDelete
logoutDoesNotHandleGet
logoutDoesNotHandlePut
logoutRedirectsToNextUriOnSuccess
logoutRedirectsToNextUriOnUnauthenticatedRequest
logoutReturns200OKOnSuccess
logoutRevokesTokensAfterSuccessJson
logoutRevokesTokensHtml
logoutSucceedsOnUnauthenticatedJsonRequest
meFailsOnUnauthenticatedRequest
meWithBasicAuthReturnsJsonUser
meWithBearerAuthHasNoCacheHeaders
meWithBearerAuthReturnsJsonUser
meWithBearerAuthStripsLinkedResources
meWithCookieAuthHasNoCacheHeaders
meWithCookieAuthReturnsJsonUser
meWithCookieAuthStripsLinkedResources
oauthClientCredentialsGrantFailsWithoutAPISecret
oauthClientCredentialsGrantSucceeds
oauthDoesntSupportGet
oauthErrorsAreTransformedProperly
oauthErrorsOnEmptyRequestBody
oauthErrorsOnJsonRequestBody
oauthErrorsOnMissingGrantType
oauthErrorsOnUnsupportedGrantTypes
oauthPasswordGrantWithEmailSucceeds
oauthPasswordGrantWithUsernameSucceeds
oauthRefreshGrantFailsWithInvalidRefreshToken
oauthRefreshGrantWorksWithValidToken
testNoRedirectionStickinessHtml
unsignedAccessTokensShouldFail
I've reverted to a commit before it and the only spec that's failing is testNoRedirectionStickinessHtml.
@edjiang @dogeared @omgitstom can you check this out?
I'm also on the stormpath slack, we can do more debugging over there.
Reactions are currently unavailable
Hey everyone,
I'm doing the Rails integration and until a month ago I was 99% compatible with the TCK (except the social login that we decided to skip for this release).
In the last month lots of stuff in the TCK stopped working.
I believe this commit caused those failures: 736b1ea
Since then, I've started getting:
I've reverted to a commit before it and the only spec that's failing is
testNoRedirectionStickinessHtml.@edjiang @dogeared @omgitstom can you check this out?
I'm also on the stormpath slack, we can do more debugging over there.