Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robearlam/sitecore-netcore-auth
A repository showing how to enable authentication in a .NET Core headless Sitecore application.
https://github.com/robearlam/sitecore-netcore-auth
Last synced: 3 months ago
JSON representation
A repository showing how to enable authentication in a .NET Core headless Sitecore application.
- Host: GitHub
- URL: https://github.com/robearlam/sitecore-netcore-auth
- Owner: robearlam
- Created: 2020-10-11T22:47:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T09:18:43.000Z (almost 4 years ago)
- Last Synced: 2024-01-25T02:12:40.361Z (10 months ago)
- Language: C#
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Sitecore - Netcore Auth - A repository showing how to enable authentication in a .NET Core headless Sitecore application. (NET Core Headless)
README
# sitecore-netcore-auth
A repository showing how to enable authentication in a .NET Core headless Sitecore application.# Setup
- .\init.ps1 -InitEnv -LicenseXmlPath "<>" -AdminPassword "b"
- .\up.ps1# Create a test user
Create a Sitecore user with the username `DotNetUser` and a password of your choice# Test Login
Access `https://www.sitecore_netcore_auth.localhost/Login` and attempt to login with the users details you created.