-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IdP の機能分離 #41
IdP の機能分離 #41
Conversation
Deploying saitamau-maximum-auth with Cloudflare Pages
|
機能分離??? |
なんかcamelだった変数がsnakeになってたりで色々間違えてたりしない? |
これって IdP と OAuth の分離しろってことじゃないんかい
snake になってるのは DB 読み出しの処理なのでどうしようもなく... |
普通に別パッケージ別サービスとして分けるイメージだった |
OK |
もう auth 側は Hono only でやって (たぶん Pages から Workers になりそう)、 id 側は Remix only っていう認識だった |
あーそういうことか |
どっちがやりやすい? |
まあ3 workerに分けるのも一つ手だけど |
ちなみに俺はRemixからDBを呼びたくない |
今思ってるのは OAuth (Hono, 1 Workers) + IdP (Remix, 1 Pages) でこれなら割とすぐできそう (だと勝手に思ってる) んだけど、
何をどう 3 つに分ける想定?
これの理由を聞きたい |
ID (API Server), OAuth (API Server), ID UI(BFF)
そもそもUIサーバー(BFF)から直接DBを叩くのはマイクロサービスシステムとしてはアンチパターンという認識 |
なるほど とりあえず OAuth は Workers だけでよさそうね |
これは色々やり方あると思うけど、普通にRemix側のPagesのmiddlewareからapi workersへproxyでいい気がしてる
それでもいいし、UIとIdP APIをそれぞれprivate workers/pagesで作って、それをまとめ上げるもう1プロキシworkersあってもいい |
@sor4chi Review plz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
とりあえず :yosaso:
色々突っ込んですまん
No description provided.