To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorInvalid Session
The session service allows you to see if a session already exists for an invalid token.
- Background
-
- Given
- the content-type is 'application/json'
- Scenarios
-
- A check is made for a session that is not found
-
- When
- a GET request is sent to '/sessions/{invalid_token}'
- Then
- a HTTP status code of 404 should be returned
- A check is made on a valid token after it is expired
-
- When
- a session has been created
- And
- a POST request is sent to '/sessions/{valid_token}' after 4 seconds
- Then
- a HTTP status code of 404 should be returned
Last published almost 7 years ago by John James.