Disclaimer: I am not a lawyer, this is not legal advice. UPDATE: some people suggested that we could offer the service of getting you an ERN. If you need to get an ERN and want help with it, get in touch with us at info@carouselapps.com. Last week we published a blog post describing how if your app does anything with …
Forcing SSL in a Luminus application
We tend to be very security conscious at Carousel Apps and one thing we often do is force all our applications to run over TLS (aka SSL), that is, when you go to http://example.com we redirect you to https://example.com. This little article will show you how to do it in a Luminus application. First, add Ring SSL to your project by …