What's new in 2.0.0

  • Add OpenID Connect Authentification and JWT Token integration with Keycloak, Google, Okta and Auth0

  • Improve Walkthrough UI

  • Add Logout Confirmation Screen

  • Add .env file to manage environment configuration

KEYCLOAK_DOMAIN = 'http://localhost:8080/auth/realms/expense_realm/protocol/openid-connect/auth'
KEYCLOAK_CLIENT_ID = 'expense-app-auth'

OKTA_DOMAIN = 'https://dev-xxxxx.oktapreview.com/oauth2/aush00epjjXP6xG7l0h2/v1/authorize'
OKTA_CLIENT_ID = '9oat23szjfDdfCObL0h9'

AUTH0_DOMAIN = 'https://afadil.eu.auth0.com/authorize'
AUTH0_CLIENT_ID = 'z9aRpbCcNpV8bS1wG1a7BERHJTK'

API_URL = 'http://localhost:3004'
API_REQUEST_TIMEOUT = 3000

Last updated