Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 406 Bytes

File metadata and controls

14 lines (12 loc) · 406 Bytes

Kernel Auth Adapter

Overview

Auth adapter is a package that needs to be injected into Mosip's applications exposing REST API's inorder to secure them.

Usage

Add the Auth Adapter module to your project as a maven dependency

	<dependency>
   		<groupId>io.mosip.kernel</groupId>
   		<artifactId>kernel-auth-adapter</artifactId>
   		<version>${project.version}</version>
   	</dependency>