13 | This example creates an authentication system that uses a 14 | signed and encrypted cookie to store session data. 15 |
16 | 17 |22 | Public data, from 23 | {{ githubUrl }}, reduced to `login` and `avatar_url`. 24 |
25 |{{ JSON.stringify(user, null, 2) }}26 |
27 | Number of GitHub events for user: {{ events.length }}. 28 | Last event type: {{ events[0].type }} 29 |
30 |