Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
n0900 committed Aug 8, 2024
1 parent 9a324d6 commit 207b636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Note that not all flavours use different the same root of trust by default.
While still not complete, the test suite in this repository should provide a nice overview. [FeatureDemonstration](https://github.com/a-sit-plus/warden/blob/main/warden/src/test/kotlin/FeatureDemonstration.kt),
in particular, was designed to demonstrate this library's API.
<br>
See the provided [sample service](https://github.com/a-sit-plus/attestation-service/tree/main/sample/backend) and its mobile clients for an MWE that integrates this library.
See the provided [sample service](https://github.com/a-sit-plus/warden/tree/main/sample/backend) and its mobile clients for an MWE that integrates this library.
The sample also contains Android and iOS clients.

#### Obtaining a Key Attestation Result
Expand Down
4 changes: 2 additions & 2 deletions sample/backend/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Dead-Simple Key Attestation Demo Service

This dead-simple key attestation demo service showcases [our Attestation Library](https://github.com/a-sit-plus/attestation-service) in action.
This dead-simple key attestation demo service showcases [our Attestation Library](https://github.com/a-sit-plus/warden) in action.
Apps for [Android](../client-android) and [iOS](../client-ios) demonstrate the respective client parts.
For in-depth documentation regarding the Attestation library, please refer to the [official documentation](../../README.md).

## Overview

This service is based on [ktor](https://ktor.io) and establishes trust in mobile clients based on
[our Attestation Library](https://github.com/a-sit-plus/attestaton-service). This concrete incarnation utilises the attestation library's unified
[our Attestation Library](https://github.com/a-sit-plus/warden). This concrete incarnation utilises the attestation library's unified
interface to provide key attestation on both Android and iOS.

The process to attest a mobile client works a follows:
Expand Down
2 changes: 1 addition & 1 deletion warden-roboto

0 comments on commit 207b636

Please sign in to comment.