Hi, Thanks I think I just find out what I needed to do. I just have to store my client side data on my login subdomain and send it through an url parameter for each other subdomains.
Thanks a lot. Yours Sincerely/Cordialement Christophe HOARAU On Fri, Apr 22, 2016 at 6:18 AM, Sander Elias <[email protected]> wrote: > hi Christophe, > > You can use JWT even across multiple domains, not only subdomains. This is > exactly one of the reasons it's invented! Also, I do this in multiple > projects, so this is known to work. > If you need an server-side solution for your auth, you can indeed use > passport. Passport has an way to work with JWT too. > > Regards > Sander > > -- > You received this message because you are subscribed to a topic in the > Google Groups "AngularJS" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/angular/Tt5_8lZEOxs/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
