Releases: canfoundation/can-pass-verify
Releases · canfoundation/can-pass-verify
Release version 1.7.0
- fix unit test
- feat: add getToken helper for https://oauth.net/2/grant-types/authorization-code/
add verify api key to internal
Merge pull request #1 from canfoundation/canary version 1.6.0
fix error where token is empty
v1.5.1 fix error when token is empty
add verify internal helper
v1.5.0 add verify internal
update return values of access token metadata
version 1.4.0 * update return values of access token metadata
version 1.3.1
- fix handling errors
version 1.3.0
- global config only need endpoint and fetch
- fix naming context
- fix
refreshToken
params
v1.2.0
- add readme
- allow pass options to each API call
first release
Functions:
import canPass from 'can-pass-verify/lib/shares/utils';
const authorization = canPass.getHeaderHelper(event.headers, 'Authorization');
import canPass from 'can-pass-verify';
const u = await canPass.verify(accessToken);