Skip to content

middleman between the clients and your backend to add security or other verifications to the requests

Notifications You must be signed in to change notification settings

DynAPI/Interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interceptor

middleman between the clients and your backend to add security or other verifications to the requests

THE INTERCEPTOR

How a request normally works

The client sends a request to the backend. Either there is no authentication or the backend(-infrastructure) has to be extended which is not always possible.

How a request with Interceptor works

The client sends a request to the backend (Interceptor) which does the authentication. If the request is verified it's let through to the real backend.

About

middleman between the clients and your backend to add security or other verifications to the requests

Resources

Stars

Watchers

Forks