svbackend / my-art-lib

Your own library of watched movies with crowd based recommendations and notifications about releases
https://mykino.top
GNU General Public License v3.0
2 stars 0 forks source link

Implement oauth2 authentication #4

Closed svbackend closed 6 years ago

svbackend commented 6 years ago

Implement oauth2 authentication using

  1. authbucket/oauth2-symfony-bundle OR
  2. FriendsOfSymfony/FOSOAuthServerBundle
svbackend commented 6 years ago

branch https://github.com/svbackend/my-art-lib/tree/VS_4-oauth_implementation But I don't really know hot to use it with self-hosted usernames & passwords =(

svbackend commented 6 years ago

Done, It's working. But need to clean up some methods, and I will try to write unit tests to few new classes

svbackend commented 6 years ago

5

svbackend commented 6 years ago

User entity test coverage = ~94% I think that's enough