Authentication of independent Apis
suppose we have
api/java/v1
api/express/v2
api/django/v3
these 3 apis and i want to use them in a single project
how i authenticate users
how i fetch data from apis for user
api/java/v1
api/express/v2
api/django/v3
these 3 apis and i want to use them in a single project
how i authenticate users
how i fetch data from apis for user