edgedb / edgedb-examples

EdgeDB example projects for different stacks
61 stars 21 forks source link

Create a demo proxy server that does auth and can get globals from a JWT #43

Closed msullivan closed 2 years ago

msullivan commented 2 years ago

This demo does auth using github oauth and then sticks the github login name into a global variable.

This depends on EdgeDB 2.0 globals, and requires 2.0 ACLs to be useful.