Jp Project is a Open Source UI Administration Tools for IdentityServer4 v2 - release 2.4.0.
Here some screenshots
Check our demo online.
Check it now at Jp Project.
You can check also SSO and User Management
New users are readonly
Run through docker compose ❤️
Wanna try? As easy as:
Windows users:
- download jpproject-docker-windows.zip
- Unzip and execute
docker-run.bat
(As administrator)
Linux users:
- Download docker-compose.yml
- Add
127.0.0.1 jpproject
entry to hosts file (/etc/hosts
) docker-compose up
Check below how it was developed.
Written in ASP.NET Core and Angular 8. The main goal of project is to be a Management Ecosystem for IdentityServer4. Helping Startup's and Organization to Speed Up the Setup of User Management. Helping teams and entrepreneurs to achieve the company's primary purpose: Maximize shareholder value.
- Angular 8
- Rich UI interface
- ASP.NET Core 2.2
- ASP.NET MVC Core
- ASP.NET WebApi Core
- ASP.NET Identity Core
- Argon2 Password Hashing
- MySql Ready
- Sql Ready
- Postgree Ready
- SQLite Ready
- Entity Framework Core 2.2
- .NET Core Native DI
- AutoMapper
- FluentValidator
- MediatR
- Swagger UI
- High customizable
- Translation for 7 different languages
- Architecture with responsibility separation concerns, SOLID and Clean Code
- Domain Driven Design (Layers and Domain Model Pattern)
- Domain Events
- Domain Notification
- CQRS (Imediate Consistency)
- Event Sourcing
- Unit of Work
- Repository and Generic Repository
Do you love it? give us a Star!
Jp Project is built against ASP.NET Core 2.2.
- Install the latest .NET Core 2.2 SDK
src/JpProject.sln
Contains SSO and API
For UI's use VSCode.
- AdminUI -> Inside VSCode open folder
rootFolder/src/Frontend/Jp.AdminUI
, then terminal andnpm install && npm start
- User Management -> Inside VSCode open folder
rootFolder/src/Frontend/Jp.UserManagement
, then terminal andnpm install && npm start
Wait for ng to complete his proccess then go to http://localhost:5000!
Any doubts? Go to docs
Wanna start? please Read the docs
We'll love it! Please Read the docs
If you need help building or running your Jp Project platform There are several ways we can help you out.
Breaking change: Argon2 password hashing. Be careful before update. If you are using the old version all users must need to update their passwords.
- Bug fixes:
- Tooltip for admin-ui
- Argon2 Password Hasher
- Show version at footer
-
Added 💥 New Translations (auto-generate) 💚 💙
- Spanish
- French
- Dutch
- Russian
- Chinese Simplified
- Chinese Traditional
If you find some mistakes feel free to PR
-
Added integration with Azure DevOps for full CI/CD. ASAP SonarQube
-
Bug fixes
- Bug fixes
- angular-oauth2-oidc Session Improvements for Angular Apps. Incluind Admin UI
- Some Action attributes was HttpPost instead HttpPut (fixed)
- New unity tests
- Docker support
- Available at Docker Hub
- IdentityServer4 v2 (release 2.4.0)
- Device flow
- ASP.NET Core 2.2 support
- Plugins update
- Angular 7.2
Check Changelog.md for a complete list of changes.
- Code coverage
- UI for Device codes
- CI with SonarCloud
Jp Project is Open Source software and is released under the MIT license. This license allow the use of Jp Project in free and commercial applications and libraries without restrictions.