When to introduce auth0 during development cycle when using 'ionic serve' to dev the UI?

Currently using ionic v3 and Ionic Pro in a dev cycle to get the UX completed. Iterating using ‘ionic serve -c’ and the browser.

So, current path is to get an id_token from the auth0 service using an external program and then using that token when ‘ionic serve -c’ is fired.

But, that means, that this dev infrastructure will need to be removed when deploying to a device. Easy to do but is this a correct dev cycle using auth0? Yes, it works but looking for best practices and this seems like a hack :slight_smile: