go-openbbsmiddleware icon indicating copy to clipboard operation
go-openbbsmiddleware copied to clipboard

PTT official app 招募說明 => 系統架構裡的 "中介應用層"

Results 51 go-openbbsmiddleware issues
Sort by recently updated
recently updated
newest added

# Provide the github link(s) of the file#line (請提供 github 關於 code 的 link) https://github.com/Ptt-official-app/go-openbbsmiddleware/blob/main/api/change_passwd.go # What would you like to discuss (你想要討論什麼呢?~) We should add 2-factor-authentication with contact-email to...

Review

**Is your feature request related to a problem? Please describe.** The api-server will provide api to both web-pages and mobile-apps. I would like to have a record discussing the proper...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.3 to 1.60.1. Release notes Sourced from google.golang.org/grpc's releases. Release v1.60.1 Bug Fixes server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers...

dependencies
go

Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2. Release notes Sourced from github.com/spf13/viper's releases. v1.18.2 tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead. This release fixes a regression that...

dependencies
go

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.5.0. Release notes Sourced from github.com/google/uuid's releases. v1.5.0 1.5.0 (2023-12-12) Features Validate UUID without creating new UUID (#141) (9ee7366) v1.4.0 1.4.0 (2023-10-26) Features UUIDs slice...

dependencies
go

Bumps [supercharge/redis-github-action](https://github.com/supercharge/redis-github-action) from 1.7.0 to 1.8.0. Release notes Sourced from supercharge/redis-github-action's releases. 1.8.0 Release 1.8.0 Changelog Sourced from supercharge/redis-github-action's changelog. 1.8.0 - 2023-12-12 Added add Redis 7 to testing Updated...

dependencies
github_actions

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...

dependencies
github_actions

Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.12.1 to 1.13.1. Release notes Sourced from go.mongodb.org/mongo-driver's releases. MongoDB Go Driver 1.13.1 The MongoDB Go Driver Team is pleased to release version 1.13.1 of the official...

dependencies
go

Bumps [github.com/appleboy/graceful](https://github.com/appleboy/graceful) from 0.0.4 to 0.1.0. Release notes Sourced from github.com/appleboy/graceful's releases. v0.1.0 Changelog Features 1d4872e feat(CI): workflow in cache 6b77f3c feat: add new methods to routineGroup struct and test...

dependencies
go

**Describe the bug** 現在機制是 token expire 時會偷偷變成 guest~ 但是如此會導致 user / frontend 的設定 (原本的 user) 和 backend (guest) 不一樣~ 需要改成直接 return 401~ **To Reproduce** **Expected behavior** **Screenshots** **Desktop (please complete...