Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 497 Bytes

design.md

File metadata and controls

13 lines (10 loc) · 497 Bytes

Why Is High Performance

pathRoleMatcher

Process flow

graph TD
A(request in) --> B(s)
B(subjectCreate creates different key - subjects based on the request header content,every key can be tried once) --> C(s)
C(Different key authentication methods<differnet lock - processors> to process incoming key - subjects) --> D(s)
D(Once successful is successful and ends, failure means the next key lock attempt until the end of all attempts)
Loading