Skip to content

Latest commit

 

History

History

kernel-auth-adapter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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>