mars / create-react-app-buildpack

⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
MIT License
3.28k stars 653 forks source link

Add basic auth #114

Closed ollieglass closed 6 years ago

ollieglass commented 6 years ago

Would it be possible to add basic auth to this buildpack please? That would be very useful.

mars commented 6 years ago

You can use a fork like Substantial's (based on this PR), until this someday magically happens ✨

mars commented 6 years ago

A new fork of this buildpack, crak-buildpack, is now available that serves the React app using a Kong gateway.

Kong plugins may be used to implement authentication and more.

Please try it out & file issues (feedback or bugs) on the crak-buildpack.