Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

pchrysa/kotlin-sso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Kotlin-sso A Single sign-on project. Purpose of this project is to learn Kotlin. Currently does only CRUD of users but in the future it will be an SSO project for user authentication. Ktor framework is used to write this project.

Prerequisites

Mongodb

How to run

./gradlew run

Endpoints

  • POST users
  • GET users
  • GET users/:id
  • PUT users/:id
  • DELETE users/:id

About

Single Sign-on written in Kotlin with Ktor framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published