create-ic-app
create-ic-app copied to clipboard
Add Internet Identity Dev Build
Hi,
Internet Identity dev here. Just a quick note: It would be good if the templates included the Internet Identity dev build for local authentication. The reason being that the local replica will not accept canister signatures from mainnet. So to really develop canisters enforcing authentication with Internet Identity the dev build has to be used anyways.
We have a complete working example of how to most easily accomplish this here: https://github.com/dfinity/internet-identity/tree/main/demos/using-dev-build
Best regards, Frederik
Also: this is a very cool project. Thanks for doing this!
Hi,
Internet Identity dev here. Just a quick note: It would be good if the templates included the Internet Identity dev build for local authentication. The reason being that the local replica will not accept canister signatures from mainnet. So to really develop canisters enforcing authentication with Internet Identity the dev build has to be used anyways.
We have a complete working example of how to most easily accomplish this here: https://github.com/dfinity/internet-identity/tree/main/demos/using-dev-build
Best regards, Frederik
Hey, thanks! Yes I will do something like that probably. Am already working on something related to make things easier.