Developer Documentation
  • What is Authcore
  • Release Notes
  • Getting Started
    • Getting Started
    • Migrate from Pre-1.0 Releases
  • Guides
    • Installation
    • Web App
    • Single Page App
    • React Native App
    • Configuration
    • Server-to-server Authentication
  • API
    • API Overview
    • OAuth 2.0 / OpenID Connect
  • SDK
    • Javascript
    • Web Widgets
    • React Native Widgets
Powered by GitBook
On this page
  • Major Changes in Authcore 1.0
  • API 2.0
  • User Widget to change name, email and phone number has been removed
  • Admin Portal is revamped
  • New User Portal
  • Configurations
  • Docker Deployment

Was this helpful?

  1. Getting Started

Migrate from Pre-1.0 Releases

PreviousGetting StartedNextInstallation

Last updated 4 years ago

Was this helpful?

Version 1.0 is a major release of Authcore that contains many improvements and new features. As it contains several changes that are incompatible with previous releases, developers are required to change their apps before upgrading to Version 1.0.

Major Changes in Authcore 1.0

API 2.0

API 2.0 is a complete revamp of Authcore API. It is a RESTful API with a simpler and more consistent design. Previous gRPC-based API was deprecated.

User Widget to change name, email and phone number has been removed

The User Widget is simplified in Authcore 1.0 to focus on security settings. Function to change name, email and phone number has been removed. Applications should implement these feature using server-to-server API calls.

Admin Portal is revamped

Admin Portal (previously, Management Web) is completed redesigned to be more usable and functional.

New User Portal

Users can use a standalone User Portal to change security settings.

Configurations

Several configuration keys and values are changed in Authcore 1.0 to become more consistent and easy-to-use.

Docker Deployment

Authcore can be deployed using a single Docker container. Kubernetes deployment is made easier as well.

Configuration
Installation
API Overview
Web Widgets
Revamped Admin Portal