Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 25, 2024
1 parent 4d4c132 commit 230a44f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## 0.1.0

### Commits

- write tests [`1f56c29`](https://github.com/nichoth/session-cookie/commit/1f56c2984f4e7c57d9bc958b52a9454cc22e0140)
- Initial commit [`48e35fd`](https://github.com/nichoth/session-cookie/commit/48e35fd9c5d3643048d7aaea4a2267ed7bdf5e02)
- rm obsolete dependency [`c025484`](https://github.com/nichoth/session-cookie/commit/c025484986f83d9e4170dc2ea86873b3182f3921)
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,23 @@
Sign session data with a secret key.

<details><summary><h2>Contents</h2></summary>

<!-- toc -->

- [install](#install)
- [Example](#example)
* [Create a cookie](#create-a-cookie)
* [Create headers](#create-headers)
* [Parse a cookie](#parse-a-cookie)
* [Parse a session token](#parse-a-session-token)
* [Verify a session token](#verify-a-session-token)
- [Format](#format)
* [ESM](#esm)
* [Common JS](#common-js)
- [Generate a secret key](#generate-a-secret-key)

<!-- tocstop -->

</details>

## install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nichoth/session-cookie",
"version": "0.0.0",
"version": "0.1.0",
"description": "Cookies",
"directories": {
"test": "test"
Expand Down

0 comments on commit 230a44f

Please sign in to comment.