Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 475 Bytes

PETRAREADME.md

File metadata and controls

19 lines (15 loc) · 475 Bytes

arbetsgrupp

Petras försök

sequenceDiagram
	actor User
	participant ClientApp
	participant API/Backend

	User->>ClientApp: Enter Username and password
	ClientApp->>API/Backend: Send request
		API/Backend->>API/Backend: Generate JWT
	
	API/Backend->>ClientApp: Return the generated JWT
	ClientApp->>User:Allow access to token required area
	User->>ClientApp: User navigates on restricted area
	ClientApp->>API/Backend: JWT is sent and token is checked
Loading