The Wayback Machine - https://web.archive.org/web/20201114111247/https://github.com/topics/starter-template
Skip to content
#

starter-template

Here are 938 public repositories matching this topic...

carlos-andres
carlos-andres commented Jun 16, 2020

On the brand logo link replace the / href with . <?php echo Yii::getAlias('@backendUrl') ?>

<a href="<?php echo Yii::getAlias('@backendUrl') ?>" class="brand-link text-center <?php echo $keyStorage->get('adminlte.brand-text-small') ? 'text-sm' : null ?>">

in some cases for single domain some links not work correctly.

Thanks a lot

blazorboilerplate
trihugger
trihugger commented Jan 11, 2020

One of the major topics in an enterprise application is encryption at rest. With SQL server 2016+ it is possible to do encryption at rest. .Net Core wasn't compatible until recently, which I think now supports only TDE (Transparent Data Encryption).

I don't know enough to implement enough, but here's an article I found.

https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/c

Improve this page

Add a description, image, and links to the starter-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the starter-template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.