incubator-baremaps icon indicating copy to clipboard operation
incubator-baremaps copied to clipboard

Implement Authentication for the Web Part

Open RemiDesgrange opened this issue 4 years ago • 1 comments

Service Talk and JAX-RS have some primitive to handle security : https://apple.github.io/servicetalk//servicetalk-http-security-jersey/SNAPSHOT/index.html Using this to limit access to some tilesets, and admin API.

RemiDesgrange avatar Aug 19 '21 13:08 RemiDesgrange

We should adapt the openapi definition accordingly. I wonder if the code generator will produce code related to authentification or if this is left to the developer.

https://swagger.io/docs/specification/authentication/

bchapuis avatar Aug 19 '21 14:08 bchapuis