fission-codes / auth-lobby

The authentication service that Fission services run.
https://auth.fission.codes
GNU Affero General Public License v3.0
12 stars 1 forks source link

Encrypt read key #19

Closed dholms closed 4 years ago

dholms commented 4 years ago

Problem

Read key is being sent plaintext in query params when redirecting back to app

Solution

Encrypt with the app's exchange key

Closes https://github.com/fission-suite/auth-lobby/issues/18 Related https://github.com/fission-suite/webnative/pull/108