You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apple has been adding tokens to DEP such as the MAID JWT and Beta OS tokens. Consider adding a token caching facility to NanoDEP. Some ideas/considerations:
Light-weight, simple, perhaps just a KV (dict/map/hash) store
Flexible cache invalidation depending on token-type
Arbitrary enough for unknown future tokens
Perhaps just a raw DEP fetch cache/middleware? I.e. potential to work for both depserver proxy and godep.
Further consideration on token keying: e.g. is it per-account (DEP name), per-device, other?
Invalidation on OAuth and/or token PKI changes
The text was updated successfully, but these errors were encountered:
Apple has been adding tokens to DEP such as the MAID JWT and Beta OS tokens. Consider adding a token caching facility to NanoDEP. Some ideas/considerations:
depserver
proxy andgodep
.The text was updated successfully, but these errors were encountered: