-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Detailed Description
- parsePassport → return Passport object from content of Passport JWT (string)
- validatePassport (vs public key) → requires passportBroker config (to fetch public key)
- can we cache public keys for a period of time? (like a day) → dont need to constantly fetch them
- getVisas → return list of visa JWTs
- getPermissionsForPassport → return list of permissions from passport (compiled list of all permissions from all visas, remove duplicates)