1. 17 1月, 2020 1 次提交
    • S
      Make example READMEs more consistent (#10124) · 6804039e
      Shu Uesugi 提交于
      * npx create → npm init
      
      * Fix inconsistent instructions
      
      * Update amp-first
      
      * Update with-graphql-react
      
      * with-firebase-cloud-messaging
      
      * Update with-higher-order-component
      
      * change create-next-app url
      
      * Update create-next-app instruction
      
      * Update instructions to use npm instead of npx
      
      * Move "the idea behind the example" to top
      
      * Rename
      
      * Rename
      
      * Update contributing.md with a README template
      6804039e
  2. 16 1月, 2020 2 次提交
    • L
      31597bbd
    • V
      Add an example for Fauna using cookie based auth (round 2) (#9986) · d6721676
      Victor Mota 提交于
      * Add an example for Fauna using cookie based auth.
      
      * Update example to use more secure method of non-js cookie and all authed access via backend api calls.
      
      * Updated README
      
      * Updated files and added prettier
      
      * Remove unused import to fix lint issue.
      
      * Improve documentation on how to setup fauna. Remove client key to simplify setup.
      
      * Remove semicolons
      
      * Lint fix
      
      * Updated readme instructions and deployment
      
      * Fixed client side redirect issue with /profile
      
      * Simplified login code
      
      * Simplified signup code
      
      * Removed isomorphic-unfetch
      
      * Simplified logout
      
      * Removed get-host file
      
      * Removed the custom getInitialProps from withAuthSync
      
      * Removed user email from localStorage
      Co-authored-by: NLuis Alvarez D. <luis@zeit.co>
      d6721676
  3. 15 1月, 2020 1 次提交
  4. 14 1月, 2020 1 次提交
  5. 13 1月, 2020 2 次提交
    • B
      Update server.js (#10056) · 2cd8f1c9
      bokuweb 提交于
      I think `httpOnly` property should set as `cookie`'s property.
      This is because `SessionOptions` is following.
      
      ```
        interface SessionOptions {
          secret: string | string[];
          name?: string;
          store?: Store | MemoryStore;
          cookie?: {
            maxAge?: number;
            signed?: boolean;
            expires?: Date;
            httpOnly?: boolean;
            path?: string;
            domain?: string;
            secure?: boolean | 'auto';
            encode?: (val: string) => string;
            sameSite?: boolean | 'lax' | 'strict' | 'none';
          };
          genid?(req: express.Request): string;
          rolling?: boolean;
          resave?: boolean;
          proxy?: boolean;
          saveUninitialized?: boolean;
          unset?: string;
        }
      ```
      2cd8f1c9
    • D
      Correct spelling: withApollo (#10055) · 72a898a7
      David Baumgold 提交于
      72a898a7
  6. 11 1月, 2020 1 次提交
  7. 10 1月, 2020 2 次提交
  8. 09 1月, 2020 3 次提交
  9. 04 1月, 2020 3 次提交
  10. 03 1月, 2020 4 次提交
  11. 31 12月, 2019 1 次提交
  12. 24 12月, 2019 1 次提交
  13. 22 12月, 2019 4 次提交
  14. 20 12月, 2019 1 次提交
  15. 19 12月, 2019 3 次提交
  16. 12 12月, 2019 1 次提交
  17. 09 12月, 2019 2 次提交
  18. 07 12月, 2019 1 次提交
  19. 06 12月, 2019 2 次提交
  20. 05 12月, 2019 3 次提交
  21. 04 12月, 2019 1 次提交