simple-google-openid
Version:
A simple library for using Google as the authenticator of your application's users.
23 lines (14 loc) • 513 B
Markdown
# Change log
## 0.4.1 same as 0.3.2
- reverts breaking typescript changes
## 0.3.x
- add `verifyToken()`
## 0.2.x
- made CLIENT ID required (changed default behaviour)
- without CLIENT ID, the server would accept ID tokens for any app, not just for yours
- so any app owner could impersonate their users in your app
- 0.2.1: added status to README
- 0.2.2: made realm optional for guardMiddleware, and simplified docs
## 0.1.0
- works for me, does what I need
- let me know if it doesn't work for you