How should I handle token refresh in this project? #246
-
|
How should I handle token refresh in this project? |
Beta Was this translation helpful? Give feedback.
Answered by
apollosoftdev
Jan 30, 2026
Replies: 2 comments
-
|
Splitting APIs is usually unnecessary unless the business logic diverges heavily. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
m-osamu615
-
|
We currently share the API but apply different scopes based on the authenticated role. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Splitting APIs is usually unnecessary unless the business logic diverges heavily.