Skip to content

Commit

Permalink
extra stuff that we need
Browse files Browse the repository at this point in the history
  • Loading branch information
jpf committed Dec 14, 2008
1 parent 2094d5b commit 89f6dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions documentation/CARD_KEYS
Expand Up @@ -48,6 +48,9 @@ Card keys with special meanings known so far:
Notes: Notes:
- Rolodex keys are usually email addresses (as restricted by the welcome - Rolodex keys are usually email addresses (as restricted by the welcome
UI), but anything is probably fine. UI), but anything is probably fine.
- If we want to share rolodex data between events, we should consider using
a key of hmac(shared_secret,email_address) to preserve the privacy of
attendees.


"event_key" "event_key"
This is not really part of a visitor's persisted card, but is sent with it for This is not really part of a visitor's persisted card, but is sent with it for
Expand Down
2 changes: 1 addition & 1 deletion example_print_badge_input
Expand Up @@ -3,7 +3,7 @@
"last_name": "Brannigan", "last_name": "Brannigan",
"tags": "Leela, Velour, Karaoke", "tags": "Leela, Velour, Karaoke",
"shdh_number": "12", "shdh_number": "12",
"key": "zbrannigan@nimbus.doop" "key": "zbrannigan@nimbus.doop",
"badge_icons": null, "badge_icons": null,
"attended_shdh_12": 1229171859, "attended_shdh_12": 1229171859,
"event_key": "shdh_12" "event_key": "shdh_12"
Expand Down

0 comments on commit 89f6dc6

Please sign in to comment.