cas-server-themedeprecated

Provides a web interface for the interactive portions of cas-server

Usage no npm install needed!

<script type="module">
  import casServerTheme from 'https://cdn.skypack.dev/cas-server-theme';
</script>

README

cas-server-theme

This module provides a reference implementation of a cas-server theme plugin. It uses Marko as the template engine. The following configuration object may be supplied during phase 1 initialization:

{
  marko: {
    writeToDisk: false,
    checkUpToDate: true
  }
}

Note: if you set writeToDisk to true, then the user running the server will need write access to this module's templates/{layouts,views} directories.

License

MIT License