You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
😜
I like cookies 🍪🍪🍪🍪
SeppPenner
SeppPenner
😜
I like cookies 🍪🍪🍪🍪
I like cookies 🍪🍪🍪🍪.
All repos now on https://gitlab.com/SeppPenner/, too. Repositories are synced.
Stay with Ukraine 🇺🇦 and Israel 🇮🇱.
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.
Authentication means determining who a particular user is. Authorization means applying rules about what they can do. Blazor contains features for handling both aspects of this.
It worth remembering how the overall goals differ between server-side Blazor and client-side Blazor:
Server-side Blazor applications run on the server. As such, correctly-implemented authorization checks are both how you determine which UI options to show (e.g., which menu entries are available to a certain user) and where you actually enforce access rules.
Client-side Blazor applications run on the client. As such, authorization is only used as a way of determining what UI options to show (e.g., which menu entries). The actual enforcement of authorization rules must be implemented on whatever backend server your application operates on, since any client-side checks can be modified or bypassed.
Authentication-enabled templates for Server-Side Blazor
Adjust the file thingsboard.yml in the conf folder (Comment out HSQLDB DAO Configuration, Uncomment PostgreSQL DAO Configuration and adjust username and password (Host too, if needed).
Create the database thingsboard via pgAdmin or the command line in Postgres (Or rename it to something else and adjust the host parameter configuration, too).
Install Thingsboard using .\install.bat (Powershell in admin mode needed).
IEnumerable gives error exception handeling can't read list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OpenSSL-Create certificate with brainpoolP512r1 and a certificate revocation list (CRL) for it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C# MigraDoc break line in table cell if the text is too long for a cell and does not contain some split chars, e.g. commas, hypens, ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
How can I disable the splitting of rows (not tables!) in Itext7 for C# when one row is to big to fit on the first page?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sammlung von Lizenz-Schildern (Badges) für die README-Datei deines Projekts.
Diese Liste enthält die meist verbreiteten Open Source und Open Data Lizenzen.
Kopieren und fügen Sie den Code unter den Badges einfach in Ihre Markdown-Dateien ein.
Diese Badges ersetzen nicht vollständig die Lizenzinformationen dein Projekt, sie sind nur Embleme für das README, so dass der Nutzer die Lizenz auf den ersten Blick sehen kann.