by GoodSoft | Jun 2, 2022 | Security, Web
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...
by GoodSoft | Feb 11, 2022 | 1 post, Security
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...