Some of my apps require personal data like usernames and passwords. I am using primarily the oAuth standard for these apps. The oAuth standard requires you, the user, to explicitly allow my apps to access your personal data. At any time, you will be able to revoke access to my apps via the services (like social networks). I am using tokens (encoded and securely stored) while trying to avoid storing your username and password whenever possible. Only my apps have access to this tokens and the corresponding user data.
0 commit comments