codegasms / flux

A complete file management utility
https://flux.codegasms.com
4 stars 2 forks source link

API access for external developers #68

Open aahnik opened 2 months ago

aahnik commented 2 months ago

Any developer who wishes to implement their own client, needs to host the API themselves.

For enhanced security, and identification, the cookies are set with Same-Site:Strict policy. The frontend must the same domain name of the backend. (deploy on a different sub-domain).

In future if we wish to support other developers (non-official clients), to use the API hosted by us. We will follow a streamlined approach of

Read more about cors same site options.