Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

a2/passcards-swift-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passcards

A simple Wallet (née Passbook) server. This is a Swift re-implementation of the original Parse-backed version.

Usage

$ swift build -c release
$ .build/release/Passcards \
    --database "mongodb://localhost:27017/passcards" \
    --key "/path/to/key.p8" \
    --passphrase "secretz" \
    --key-id "ABCDEFGHIJ"
    --team-id "KLMNOPQRST"
    --update-token "moarsecretz" \
    --port 6969

Author

Alexsander Akers, me@a2.io

License

Passcards is available under the MIT license. See the LICENSE file for more info.