Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiny grammar check ;) #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions descriptions/e_interface_client.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# E. Deployed API and Interface Client

This week are are deploying our APIs into live production and building up our interface as a web client application. We are interested in seeing if we can get users to login for now! Take a look at the latest code at:
This week we are deploying our APIs into live production and building up our interface as a web client application. We are interested in seeing if we can get users to login for now! Take a look at the latest code at:
- [Deployed API](https://github.com/ISS-Security/configshare)
- [Interface Client](https://github.com/ISS-Security/configshare-app)

Expand Down Expand Up @@ -38,5 +38,5 @@ This week are are deploying our APIs into live production and building up our in
5. IMPORTANT: do some research on how Rack cookies with a 'secret' are encoded
- See the [Ruby documentation](http://www.rubydoc.info/github/rack/rack/Rack/Session/Cookie) to see how to specify a 'secret' to add security to encoded cookies
- Do some research (maybe look at the source code for Rack) to see how the 'secret' is used to encode cookies.
- Add a description of how secured cookies are encoded as a github issues.
- Add a description of how secured cookies are encoded as a github issue.
- Also add to the issue any thoughts on vulnerabilities of this method.