rzrbld / adminio-api

simple admin API for min.io (minio) s3 server
MIT License
23 stars 8 forks source link

added stub to auth0 provider to connect to a custom oauth provider #19

Open dberardo opened 3 years ago

dberardo commented 3 years ago

I have created a stub for the auth0 provider using my minor knowledge of Go.

to test the setup i have created a docker-compose file in the examples/ folder, next to a nginx/ directory for enabling https self-signed communication.

The tester will need to use an external oauth provider, not included in the compose file.