Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
327 views
in Technique[技术] by (71.8m points)

authentication - Same API, different authorization...is that managed with versioning?

If an non-authenticating internal service is also published to an external audience, and authentication is desired in the latter situation....then the same service will need to be called with authentication from one client group, and without authentication from another client group.

Is the best practice to:

  1. rename the endpoints, so one has authentication and one doesn't (that would mean that one of the endpoints has a less than perfect path)
  2. use versioning in the path
  3. some other strategy
question from:https://stackoverflow.com/questions/65836777/same-api-different-authorization-is-that-managed-with-versioning

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...