Giter Site home page Giter Site logo

katana's Introduction

katana

API Gateway with JWT auth and foward ACL to microservices

Descrição

Este gateway na versão atual é apenas para uso experimental.

A autenticação é feita via java JWT via endpoint {{url}}/api/auth/login enviando o seguinte payload via POST:

{
    "username":"user",
    "password":"password"
    
}

Lembrando que o login do usuários bem como seus perfis de acesso devem ser inseridos nas entidades relacionais criadas após o boot no banco de dados mysql/mariadb. consequentemente o banco de dados deve ser devidamente configurado no arquivo application.properties

segue exemplo do arquivo application.properties (src/main/resources/application.properties ):

spring.jpa.hibernate.ddl-auto=update
spring.jpa.defer-datasource-initialization=true
spring.sql.init.mode=always

spring.jpa.database=mysql
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/databaseName
spring.datasource.username=dbUser
spring.datasource.password=dbPassword


spring.main.allow-circular-references = true

spring.jpa.show-sql=true

katana's People

Contributors

vagnux 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.