Code Monkey home page Code Monkey logo

est-app's Introduction

OpenAPI definition

est-app will provide authentication and authorization using access token

Framework

Swagger UI

H2 Database

Java 21
Spring Boot: 3.2.0
Spring Security: 6.2.0  
H2 Database: 2.2.224
Hibernate: 6.3.1.Final
Swagger OpenAPI: 2.3.0
Lombok : 1.18.30
Actuator: 3.2.0
Modelmapper: 3.2.0 

/generate/token/{username} [GET]

Generate JWT by name

Create token by name

Parameters

Name Located in Description Required Schema
username path Yes string
Responses
Code Description
200 Token created
403 User not found
404 Not Found
422 Unprocessable Entity
500 Internal Server Error

/api/users/test [GET]

Add header Authorization : Bearer abcdefg

GET

Responses
Code Description
200 OK
404 Not Found
422 Unprocessable Entity
500 Internal Server Error

/api/users/find

Get users

Add header Authorization : Bearer abcdefg

Responses

Code Description
200 OK
404 Not Found
422 Unprocessable Entity
500 Internal Server Error

est-app's People

Contributors

estevam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.