https://github.com/jjtech0130/adept
[WIP] Adobe ADEPT protocol documentation
https://github.com/jjtech0130/adept
Last synced: 4 months ago
JSON representation
[WIP] Adobe ADEPT protocol documentation
- Host: GitHub
- URL: https://github.com/jjtech0130/adept
- Owner: JJTech0130
- Created: 2022-07-13T15:29:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T16:54:45.000Z (almost 4 years ago)
- Last Synced: 2025-10-20T00:16:03.435Z (8 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adobe ADEPT protocol documentation
## High-Level Overview
The ADEPT protocol consists of three main parts:
1. [Sign In](signin.md)
2. Activation
3. Fulfillment
### Activation
```mermaid
%%{init: { 'sequence': { 'actorMargin': 300 } }}%%
sequenceDiagram
participant C as Client
participant E as Eden2
C ->>+ E: POST /activate with version information,
device fingerprint, a nonce, an expiration, and a signature
E ->>- C: Activation Ticket
```