leepeuker / movary

Self hosted web app to track and rate your watched movies
MIT License
391 stars 14 forks source link

Add new central authorization/authentication #495

Open leepeuker opened 1 year ago

leepeuker commented 1 year ago

We currently have only a pretty bare-bone authorization and authentication setup, which shows its issues adding the new REST Api authentication.

Proposed solution is to implement OAuth2.

I suggest the php lib from thephpleague (server and client). Documentation can be found here.

Todos:

slimshizn commented 11 months ago

Would love to see this implemented.