elonsoc / ods

An API provider that gives Elon University students access to university data.
https://ods.elon.edu/
1 stars 3 forks source link

Refresh Flow #54

Closed ejrcarr closed 6 months ago

ejrcarr commented 6 months ago

Overview

This PR includes implementation of refresh flow server and client side. Also includes some adjustments to documentation writing.

Warning ⚠️ : Updated to Next.js v14.1.1 since some route handlers had unexpected behavior. May have to update local and confirm everything works. But now we have semi-stable server actions. 🥳

Edit: 3/4 added logout functionality that invalidates tokens from Redis store

Changes

Server-side Changes

Client-side Changes

Refresh Flow-Related Changes

General