Authentication for Node.js App with Angular.js and iOS Clients

前端 未结 3 1134
甜味超标
甜味超标 2020-12-22 23:08

I\'ve tried to read as many different answers and posts as possible, but I still can\'t quite settle on a solution that fits my needs. I\'m trying to work out the best (most

3条回答
  •  情歌与酒
    2020-12-23 00:00

    I use generator-angular-fullstack, the /api services are not secured, get your _id from /api/users/me, logout, and go to /api/users/your_id_here, you will figure out that the /api not secured.

提交回复
热议问题