This is a sample project for partners to use when implementing participant authentication against Blackfynn's CDMS.
We've implemented an OAuth 2.0 Authorization Grant using PKCE against the Blackfynn's participant authentication system (backed by AWS Cognito).
yarn install
In order to run this example, you will need to update the values in both views, src/views/Welcome.vue
& src/views/Home.vue
.
You will need to update the DOMAIN, CLIENT_ID, REDIRECT_URI values.
yarn run serve
yarn run build
yarn run test
yarn run lint