Managing User uploaded Files

Managing User uploaded Files

File Management Almost all web apps use user uploaded files. From documents that need to be connected with some models in a database, to images as user’s avatars. The more users your service has, the more files your server will accumulate. If you neglect file...
What is OAuth 2.0?

What is OAuth 2.0?

What is OAuth 2.0? OAuth is a standard that apps can use to provide client applications with “secure delegated access”. OAuth works over HTTPS and authorizes devices, APIs, servers, and applications with access tokens rather than credentials. OAuth 2.0 protocol is...