Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 20, 2023
1 parent 8862d43 commit ff4d4da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**`iron-session` is a secure, stateless, and cookie-based session library for JavaScript.**

<p align="center">Online demo: <a href="https://iron-session-demo.vercel.app/">https://iron-session-demo.vercel.app</a> 👀</p>
<p align="center">Online demo: <a href="https://get-iron-session.vercel.app/">https://get-iron-session.vercel.app</a> 👀</p>

The session data is stored in signed and encrypted cookies which are decoded by your server code in a stateless fashion (= no network involved). This is the same technique used by frameworks like
[Ruby On Rails](https://guides.rubyonrails.org/security.html#session-storage).
Expand Down Expand Up @@ -91,7 +91,7 @@ function Profile() {

## Examples

We have many different patterns and examples on the online demo, have a look: https://iron-session-demo.vercel.app/.
We have many different patterns and examples on the online demo, have a look: https://get-iron-session.vercel.app/.

## Project status

Expand Down

1 comment on commit ff4d4da

@vercel
Copy link

@vercel vercel bot commented on ff4d4da Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

iron-session – ./examples/next

iron-session-git-main-vvoyer.vercel.app
iron-session-vvoyer.vercel.app
get-iron-session.vercel.app

Please sign in to comment.