Securing RPlumber API with auth0

Hello,
I am developing a Plumber API Hosted on Ubuntu server (Port:8000) that has an Nginx with SSL Certificate and proxy_pass http://localhost:8000 So I wanna set the Auth0 Authentication on this port using Nginx or apache2 service to do that to secure my API.

Thanks for the help!

Hi @a.moamen,

Welcome to the Auth0 Community Forum!

Do you have some sort of user interface for login? It doesn’t look like we support a plumber library, so you will likely have to take advantage of our api endpoints.

Can you tell us a bit more about your desired flow?

Thanks,
Dan