Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GamanJS/cors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORS

@gaman/cors is the official middleware for handling CORS (Cross-Origin Resource Sharing) in the GamanJS framework.

CORS is needed when web frontend applications (for example React, Vue, Svelte, etc.) make requests to server APIs with different domains/ports.

Without CORS, the browser will block cross-origin requests for security reasons.

Installation

npm install @gaman/cors

Documentations

please read https://gaman.7togk.id/en/docs/security/cors

Releases

No releases published

Packages

No packages published