Login and authorization in Ionic

Hii,

I am new to Ionic can someone explain me how to do simply login and authorization in ionic using angular js.

without any backend it will be a little bit useless?

there are multiple ways --> implement own authorization with cookies/sessions or more modern with tokens (like oauth/oauth2), or use social login via twitter/google/fb /…

It depends on what you want to do and what your app is made for.

I would suggest using ng-token-auth for this purpose. It provides an easy way to implement token based authentication for Angular Apps and plays well with both email/password and social login

1 Like

look into firebase its amazing

1 Like

Thank you for your suggetion