paranext / paranext-core

Electron client, extension host, and C# library for Paranext
https://paranext.github.io/paranext-core/
MIT License
17 stars 2 forks source link

Add Paratext user login (input registry credentials) #971

Open tjcouch-sil opened 3 months ago

tjcouch-sil commented 3 months ago

User Story As a Bible translator, I want to be able to log in as my Paratext Registry user without opening Paratext 9 so that I can see available resources, use S/R, etc. without having to log in on Paratext 9.

Description Create a way to log into the Paratext Registry in Platform.Bible. When you open PT9 the first time, it asks for a registry code or something along those lines. Basically, we want to be able to do that in Platform.Bible. This user credential needs to go into ParatextData.dll; we probably don't need it elsewhere.

Do this in relation to the identity stuff. Make a nice secure dialog that isn't shared origin and all that. #616

lyonsil commented 2 months ago

This is closely related to authentication providers in the identity spec.