Server Side Swift with Perfect authentication and routes – Facebook api
I have server side swift project that is setup to upload files. And I am attempting to authentication to the project so that the files can only be accessed with a valid login. main.swift import PerfectLib import PerfectHTTP import PerfectHTTPServer…