Skip to content

Commit

Permalink
add Authentication feature to service.md
Browse files Browse the repository at this point in the history
- minor edits
  • Loading branch information
dncsvr committed Feb 26, 2024
1 parent 15ff076 commit 083d54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/blueprints/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Features with default options are;

| Features | Run | Test | Required |
| ------------------ | ------------- | --------------- | -------- |
| Authentication | FixedToken | FixedToken | |
| Business | Default | Default | Yes |
| Caching | Scoped Memory | Scoped Memory | |
| Communication | Http | Mock | |
Expand Down
2 changes: 1 addition & 1 deletion docs/features/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ adding the feature and `Authentication:FixedToken:Default` value from settings
will be used if no token key specified

```csharp
c => c.FixedToken(["ServiceA", "ServiceB"])
c => c.FixedToken(tokenNames: ["ServiceA", "ServiceB"])
```

```json
Expand Down

0 comments on commit 083d54a

Please sign in to comment.