jjeffery / spaproxy

Proxy for deploying single page applications (SPAs).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spaproxy

This program makes it reasonably easy to deploy a single page application (SPA) secured with an OAuth 2 server.

It provides the access token to the SPA via the /token.json endpoint. The access token is refreshed as necessary using the refresh token, which the SPA never gets access to.

Acknowledgement

This repository includes code from github.com/wolfeidau/dynamodbstore, copyright Mark Wolfe license MIT.

About

Proxy for deploying single page applications (SPAs).

License:MIT License


Languages

Language:Go 97.8%Language:Makefile 2.2%