Skip to content

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

NABootAuth

Auth system for NA Boot Plan.
NA Boot Plan is a full-stack web development framework that aims to provide swift construction for web applications.
This project provides access control service for all systems in NA Boot Plan.

Quick Start (Recommended)

NA Boot Containerization provides a container-based deployment scaffold to facilitate development.

Set Up

Maven Compile

  • Dev
mvn clean package -D maven.test.skip=true -P dev
  • Prod
mvn clean package -D maven.test.skip=true -P prod

API Doc

http://domain:9000/swagger-ui

  1. /auth/preregister Generate Identity with UUID and Token
  2. /auth/register Make Identity valid
  3. /auth/login Sign in
  4. /verify Verify a token
  5. /auth/logout Sign out

Related Projects

About

Auth system for NA Boot Plan

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages