📁
Journal de bord
  • Introduction
  • Single Page Application
    • Overview
    • Installation
    • Features
    • Design
    • Development
    • Backend integration
  • Backend
    • Overview
    • Installation
    • Configuration
    • Development
    • Data Model
    • API reference
      • Rides
      • Drivers
    • Database management
  • Security
    • Overview
    • OAuth 2.0
    • Authorization Server (Keycloak)
    • Client-side flow
    • OpenID Connect
Powered by GitBook
On this page

Was this helpful?

  1. Security

Overview

The developed REST API should not be public. Each driver should only have access to its rides.

The single page application needs to access the rides on behalf of its user. To do that we will secure the app using the OAuth 2.0 framework.

PreviousDatabase managementNextOAuth 2.0

Last updated 4 years ago

Was this helpful?