Security - fincity-india/nocode-saas GitHub Wiki

Introduction

This platform supports multiple applications, clients and their customers. It is crucial to provide security and isolation to the data at the client level. The security is provided in multiple layers, starting from the network level to the application level to the data level.

Every service in the platform is secured by Spring Security.

Features

  • Application
  • Client
  • User
  • Permission
  • Role
  • Package
  • Transport
  • Services

Information for :computer:

This security module's database is Mysql. We use JOOQ as the DSL tool in Spring to query data from the database.