martijnboland / apptext

AppText is a content management system for applications. Application developers can use it to replace static resources in applications with dynamic content and delegate content management to non-developers.
https://apptext.io
Apache License 2.0
23 stars 5 forks source link

Added simple Authentication to AppText.Host (for docker image) #22

Closed martijnboland closed 3 years ago

martijnboland commented 3 years ago

This PR adds authentication and authorization to AppText.Host.

Note: When no user is registered, a new user has to be created on first use. Alternatively, you can set the ADMINUSER and ADMINPASSWORD environment variables. This user is then created on container startup.