Skip to content

Commit

Permalink
NK-586 Add Multi-factor authentication support to Console (#1266)
Browse files Browse the repository at this point in the history
Allow Console admin and user account to set up MFA.
Admin account can require user account to setup MFA
on first login.
Admin can reset MFA for a given user account.
  • Loading branch information
sesposito authored Oct 10, 2024
1 parent b0615f4 commit 08ea22c
Show file tree
Hide file tree
Showing 71 changed files with 3,864 additions and 1,340 deletions.
2 changes: 1 addition & 1 deletion apigrpc/apigrpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apigrpc/apigrpc_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion console/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package console

//go:generate protoc -I. -I../vendor -I../vendor/github.com/heroiclabs/nakama-common -I../build/grpc-gateway-v2.3.0/third_party/googleapis -I../vendor/github.com/grpc-ecosystem/grpc-gateway/v2 --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative --grpc-gateway_out=. --grpc-gateway_opt=paths=source_relative --grpc-gateway_opt=logtostderr=true --grpc-gateway_opt=generate_unbound_methods=true --openapiv2_out=. --openapiv2_opt=json_names_for_fields=false,logtostderr=true console.proto
//go:generate sh -c "(cd openapi-gen-angular && go run . -i '../console.swagger.json' -o '../ui/src/app/console.service.ts' -rm_prefix='console,nakamaconsole,nakama,Console_')"
//go:generate sh -c "(cd openapi-gen-angular && go run main.go -i '../console.swagger.json' -o '../ui/src/app/console.service.ts' -rm_prefix='console,nakamaconsole,nakama,Console_')"
Loading

0 comments on commit 08ea22c

Please sign in to comment.