auth0-samples / auth0-golang-api-samples

Auth0 Integration Samples for Go REST API Services
https://auth0.com/docs/quickstart/backend/golang
MIT License
129 stars 67 forks source link

[SDK-2848] Reorganize code into packages #41

Closed sergiught closed 3 years ago

sergiught commented 3 years ago

Ticket: SDK-2848

Description

In this PR we break the code in main down into multiple packages:

Leaving the functionality untouched. This is in preparation of additional improvements and dependency swaps so that we make sure the changes will be more isolated.