Symfony2 and Angular. User authentication

后端 未结 3 1460
滥情空心
滥情空心 2021-02-04 17:40

I am developing a web application that involves Symfony2 and AngularJs. I have a question about the right way of authenticate users in the site.

I have built a function

3条回答
  •  独厮守ぢ
    2021-02-04 18:13

    You can check following repositories. It contains basic setup and configuration for Symfony + Angular (it also contains some bundles like FOSUser, NelmioApiDocBundle as well as simple Auth). Angular setup supports server side rendering. some ban work as default skeleton for Symfony + Angular projects https://github.com/vazgen/sa-standard-be and https://github.com/vazgen/sa-standard-fe

提交回复
热议问题