how to add authentication information in url using angularjs -
i want provides authentication information such user name , password in url access rest api using angularjs. how can this?
@radhika,
you can use token-based authentication system if end client mobile/web. if need implementation web can utilized session/cookies stuff.
you have not shared backend technology i'm giving reference link (with node)where can check angualr stuff.
http://code.tutsplus.com/tutorials/token-based-authentication-with-angularjs-nodejs--cms-22543
Comments
Post a Comment