Ask HN: What is the best way to add authentication to REST API (for mobile)
Ask HN: What is the best way to add authentication to REST API (for mobile) Newbie Question: What is a secure and accepted way for authentication and authorisation of REST API endpoint for mobile and SPA's? A google search usually yields JWT but from what I know about JWT, it's complex and doesn't support revocation of tokens easily. more