fyp-report/diagrams/service_authentication.d2
Andre Henriques e59cdd33e6
All checks were successful
continuous-integration/drone/push Build is passing
chore: more work on the report
2024-03-12 11:15:05 +00:00

26 lines
410 B
Plaintext

direction: right
User.shape: Person
User->Login: "User Signs In"
User->Register: "User Registers"
App: "Web APP"
Login->App: "User uses the App"
Register->App: "User uses the App"
Token: "Generate API Token"
Login->Token
Register->Token
Server: "User' Servers" {
shape: Cloud
}
Token->Server: "User Provides Token"
User->Server: "User controls Server"
Server->API: "Users' Servers Interact with API"