aws-amplify / amplify-js

A declarative JavaScript library for application development using cloud services.
https://docs.amplify.aws/lib/q/platform/js
Apache License 2.0
9.43k stars 2.12k forks source link

Is is possible to use Amplify for authentication via secrets and certificates? #1795

Closed AntonSmatanik closed 6 years ago

AntonSmatanik commented 6 years ago

Is is possible to use Amplify for authentication via secrets and certificates?

With aws-iot-device-sdk I just set it like:

awsIot.device({ keyPath: awsConfig.broker.keyPath, certPath: awsConfig.broker.certPath, caPath: awsConfig.broker.caPath, host: awsConfig.broker.endpoint, clientId: uuid.v4(), baseReconnectTimeMs: awsConfig.broker.reconnect, maximumReconnectTimeMs: awsConfig.broker.maximumReconnect, })

Question is if something like this is possible with Amplify...

haverchuck commented 6 years ago

@AntonSmatanik I believe that the usage of certs you've cited out is specific to IoT. Amplify does not currently offer this functionality, although we will pass this request along. Thanks for reaching out.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels or Discussions for those types of questions.