Usually in the case of mobile applications cookie based authentication is
uncommon, it's more common to rely on an API token.
But yes, nothing prevents you from using cookie based authentication.

In case you want to roll your own custom authentication based on a token
what you need to do is roll your own Identifier and authenticator (see
http://turbogears.readthedocs.io/en/latest/turbogears/authentication.html
for an explanation of what an identifier is and how TG auth stack works).




On Tue, May 23, 2017 at 9:27 AM, Raj <[email protected]> wrote:

> Hi all,
> We are currently developing a web app and mobile app using TG and
> ionicframework. The webapp is done in TG with front end in AngularJS
> incorporated in Kajiki template.
> The mobile app is developing in ionicframework as a hybrid app.
> I have a small doubt regarding the authentication. Can we use the current
> authentication plugin which used Cookies for mobile app too?
> Any insights are appreciated.
>
> Regards,
> raj
>
> --
> You received this message because you are subscribed to the Google Groups
> "TurboGears" 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/turbogears.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears.
For more options, visit https://groups.google.com/d/optout.

Reply via email to