abpframework / abpframework/abp
Adding a CLI option to exclude IdentityServer
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
Summary
All the current startup templates have no any CLI option that allows developers to exclude IdentityServer, so there should be a CLI option for that purpose (e.g., boolean option --no-identity-server)
Background
According to this conversion #5343 , ABP doesn't require IdentityServer, in other words, you can develop and run your ABP applications without using IdentityServer. Therefore, IdentityServer should be an option when creating ABP projects via CLI.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The requested change concerns the startup templates and the CLI entry point, but the issue names no files or tests. Start by locating the template-generation command and how template options are defined. Done means a documented boolean option can generate projects without IdentityServer across the affected startup templates.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- authentication, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100