photos-network / core

🧠 The core system of photos.network an open-source project for a self-hosted photo management application
https://photos.network
GNU Affero General Public License v3.0
16 stars 2 forks source link

remove unecessary client_secret from oauth call #26

Closed thebino closed 2 years ago

thebino commented 2 years ago

Closes #

📑 Description

client_secret is only used for password authentication and can be safely removed from token calls in oauth.

✅ Checks

ℹ Additional Information