Can't sign in, eh?
When...
- Keystone sessions are being used (eg. for authentication)
secureCookies
Keystone config istrue
(the default whenNODE_ENV
is'production'
)
Good documentation should include two distinct elements - a Guide and an API:
GitBook is well suited to
The standard way of understanding the HTTP protocol is via the request reply pattern. Each HTTP transaction consists of a finitely bounded HTTP request and a finitely bounded HTTP response.
However it's also possible for both parts of an HTTP 1.1 transaction to stream their possibly infinitely bounded data. The advantages is that the sender can send data that is beyond the sender's memory limit, and the receiver can act on
This is a set up for projects which want to check in only their source files, but have their gh-pages branch automatically updated with some compiled output every time they push.
A file below this one contains the steps for doing this with Travis CI. However, these days I recommend GitHub Actions, for the following reasons: