Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TOC in the main README #76

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,26 @@ This is the repository for Device Bound Session Credentials. You're welcome to
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

- [Introduction](#introduction)
- [Goals [or Motivating Use Cases, or Scenarios]](#goals-or-motivating-use-cases-or-scenarios)
- [Goals](#goals)
- [Non-goals](#non-goals)
- [What makes Device Bound Session Credentials different](#what-makes-device-bound-secure-credentials-different)
- [What makes Device Bound Session Credentials different](#what-makes-device-bound-session-credentials-different)
- [Application-level binding](#application-level-binding)
- [Browser-initiated refreshes](#browser-initiated-refreshes)
- [TPM considerations](#tpm-considerations)
- [Privacy considerations](#privacy-considerations)
- [Enterprise support](#enterprise-support)
- [High level overview](#high-level-overview)
- [Start Session](#start-session)
- [Session Registration Header](#session-registration-header)
- [Session Registration JWT](#session-registration-jwt)
- [Session Registration instructions JSON](#session-registration-instructions-json)
- [Maintaining a session](#maintaining-a-session)
- [Refresh procedure](#refresh-procedure)
- [Ending a session](#ending-a-session)
- [Interactions with other APIs](#interactions-with-other-apis)
- [Login Status API](#login-status-api)
- [Interaction with Inactive Documents (BFCache, Prerendering)](#interaction-with-inactive-documents-bfcache-prerendering)
- [Alternative JavaScript API for StartSession](#alternative-javascript-api-for-startsession)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down
Loading