Skip to content

User Management with Roles and Permissions for Multiple Applications

Notifications You must be signed in to change notification settings

bibekaryal86/auth-service

Repository files navigation

auth-service

  • Database

    • postgres:
      • application.yml
  • Flyway

    • Run flyway command as ./gradlew flywayMigrate -Dflyway.user=xxx -Dflyway.password=xxx
      • For first run, append -Dflyway.baselineOnMigrate=true to set baseline migration
    • Clear database (DELETES EVERYTHING)
      • ./gradlew flywayMigrate -Dflyway.user=xxx -Dflyway.password=xxx -Dflyway.cleanDisabled=false
    • Flyway migration is configured to not trigger automatically, it only validates
      • So migration command needs to be given manually
  • Remaining (thoughts)

    • Update this README.md for proper documentation
    • Implement ResponseCrudInfo and ResponsePageInfo
      • Also implement RequestMetadata

About

User Management with Roles and Permissions for Multiple Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages