Skip to content

Commit

Permalink
dup: callback handler
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Oct 12, 2023
1 parent 0349f41 commit 3509fb0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions source/architecture/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,6 @@ Examples of types of information handled:
- handle data generated by MaSA, like a check-in to an event.


## Callback handlers

Callback handlers are vendor-specific web applications offering a RESTful API to receive information about the lifecycle changes of the passes within the holder's wallet from the vendor.
They pass this information to the event system.

For example, the callback gets a request when the pass holder stores or deletes a pass to the wallet on their device.

The web applications will be implemented using Python and the FastAPI framework.
There will be a Python package for each vendor, at first:

- `edutap.callback_google`
- `edutap.callback_apple`

## Pass Management

Pass management is the task, of creating and designing passes and then offering those passes to potential users, here called tappers.
Expand Down

0 comments on commit 3509fb0

Please sign in to comment.