Giter VIP home page Giter VIP logo

auth-service's Introduction

auth-service V1.1.6

Service for managing users, authentication, access log, operation log and so on.

Do not run the 'build' scripts, these are written for my development environment only

The frontend project has been moved to a new repository auth-service-front

Requirements

  • auth-service-front (Angular frontend) >= v1.1.7
  • goauth >= v1.0.0
  • MySQL 5.7 or 8
  • Consul
  • RabbitMQ
  • Redis
  • Java 11

Task Scheduling

Task scheduling in this app is supported by Quartz and distributed-task-module. A few task implementation beans are already written for this application, these tasks are automatically registered and will run on application startup:

The task implementation beans:

  • com.curtisnewbie.service.auth.infrastructure.job.GenerateUserNoJob
  • com.curtisnewbie.service.auth.job.MoveOperateLogHistoryJob

Modules and Dependencies

This project depends on the following modules that you must manually install (using mvn clean install).

Updates

  • Since v1.1.6, goauth is required for path level authorization and resource management. Roles are no longer hard-coded, instead, role_no specify the role that the user has, and that role can be bound to 1..N resources, depending on what the role is allowed to access. The role and resource management is handled by goauth service.

  • Since release V1.1.4.5, LocalDateTime / Date are serialized and deserialized in the form of epoch time (milliseconds), this is not backward compatible, some MQ messages may also be affected as well.

auth-service's People

Contributors

curtisnewbie avatar

Watchers

James Cloos avatar  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.