enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

[Feature]: Secure notes inside Enarx Keep #58

Open nickvidal opened 2 years ago

nickvidal commented 2 years ago

Is there an existing issue for this?

Description

Description: Develop a web-based in-memory private text sharing application. Once users connect, they are asked for authentication via an OpenID Connect/OAuth2 provider and have access to either create a new note or read an existing one. MVP: Notes are private and can only be read by the creator. Stretch Goal: Sharing notes with a list of users (identified via OIDC subject ID) Language: Any supported language Skills/Background: Web development/frameworks Mentor: Richard, Roman Difficulty: Easy/Medium Examples: https://www.pastebin.com/, https://etherpad.org/, https://pad.riseup.net/

This project is part of Semester of Code: https://github.com/jhu-ospo-courses/JHU-EN.601.270/tree/main/Fall_2022#enarx-projects

Acceptance Criteria

No response

Suggestions for a technical implementation

No response

dpal commented 1 year ago

A student is working on this. Richard will provide and update.