Hi Adnan,

Sure, write your own. Authentication is more a server side issue then it as 
an angular one. Look up the api for your server, and write a component that 
handles that.
Usually it's not much more as an username/password that you need to forward 
to your server, which in turn returns you something you need to keep 
(coocky/token). Add this return thing to all your following requests. The 
easiest way to do that, is encapsulate http in a service of your own, that 
takes care of this.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to