Skip to content

tysker/token-dependency-3sem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Dependency For Security Project - 2023

Introduction

Used in the javalin project, the token dependency is a security feature that allows the user to access the application by providing a token. This token is generated by the application and is unique to each user. The token is used to authenticate the user and grant access to the application. The token dependency is a secure way to protect the application from unauthorized access and ensure that only authenticated users can access the application.