0

I have stateless Web API services on Azure Fabrics + independent UI on React.

  • UI calls services
  • Services call each other over http

I would like to authenticate user by email or/and social networks (facebook)

What are my options? Examples? Thoughts?

Thanks

nelly2k
  • 781
  • 1
  • 10
  • 28

1 Answers1

0

JWT is an answer, there is an explanation http://alexander.holbreich.org/jwt/

nelly2k
  • 781
  • 1
  • 10
  • 28