Skip to content

Latest commit

 

History

History
74 lines (42 loc) · 2.98 KB

README.md

File metadata and controls

74 lines (42 loc) · 2.98 KB

Example applications built using Exograph.

Todo applications with Exograph

Single-user Todo Web Application without Authentication

A simple single-user todo application that uses the following technologies:

Source Code, Blog Post

Multi-user Todo Web Application with Clerk Authentication

A multi-user todo application that uses the following technologies:

Source Code, Blog Post

Multi-user Todo Web Application with Auth0 Authentication

A multi-user todo application that uses the following technologies:

Source Code, Blog Post

Multi-user Todo Web Application with Google Authentication

A multi-user todo application that uses the following technologies:

Source Code, Blog Post

Single-user Todo Web Application with Apollo and Trusted Documents

A single-user todo application that uses the following technologies:

Source Code

Single-user Todo Web Application with URQL and Trusted Documents

A single-user todo application that uses the following technologies:

Source Code

Concerts App from Documentation

The sample application developed in the Exograph Application Tutorial.

Source Code, Documentation

Others

Mercury Retrograde Access Control

A fun little exercise to illustrate Exograph's flexible access control

Source Code, Blog Post