DocsAuthentication & OAuth 2.0
Authentication & OAuth 2.0
SecurityUnderstanding JWT session tokens, Google OAuth 2.0, and two-factor authentication (2FA).
JWT Cookie Sessions
NovaEdge Academy uses HTTP-Only, Secure JWT cookies for authenticating API requests across frontend and backend microservices.
javascript
Google OAuth 2.0 Integration
Google Sign-In utilizes Google Identity Services SDK (https://accounts.google.com/gsi/client). The backend verifies the credential ID token directly with Google's tokeninfo API.
javascript
Was this page helpful?