Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Develop


## Swaggo

```bash
swag init -g cmd/quantum-auth/main.go
```
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,5 @@ If you rely on QuantumAuth or believe in our mission, please consider becoming a
This section will list the names or logos of organizations and individuals who sponsor QuantumAuth at the *Project Sponsor* tier and above.

If you'd like to be featured here, please visit our Sponsor page!


3 changes: 1 addition & 2 deletions cmd/quantum-auth/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import (
"github.com/quantumauth-io/quantum-go-utils/config"
)

// @title Quantum Auth API
// @title QuantumAuth API
// @version 1.0
// @description Experimental quantum-resistant, hardware-aware auth service.
// @host localhost:1042
// @BasePath /
func main() {

Expand Down
Loading