disclone icon indicating copy to clipboard operation
disclone copied to clipboard

A very sexy discord clone that makes use of GO/GRPC/Tauri and a whole lot of other things

Results 8 disclone issues
Sort by recently updated
recently updated
newest added

# What to do Currently I have hardcoded the token to expire in 14days. This should be more like 10mins and we need a refresh token to make a new...

medium

# What to do? Extend the ds_auth project to have an endpoint that allows a user to reset their password. 1. Create new endpoint 2. Extend proxy yaml 3. Generate...

good first issue
easy

# What to do Currently the disclone-sdk package you have to go and do a `new {Whatever}`. It would be more ideal if we boot up a single instance of...

medium

# What to do? We need a nice password reset screen wired up. This should be in the generic layouts and be accessible from the logout page. BONUS: Extend the...

medium

# What to do? We have a menu top right of the screen that has a logout button. It should call the logout method using the AuthAPI and make sure...

good first issue
easy

# What to do? Currently we do not have a code standard for JS projects. We need a pretter config setup for these and maybe combine with eslint? There should...

good first issue
easy

## What to do? We need to know when the user last logged in. Add a column to the db and wire it through to ds_auth and ensure it is...

medium

# What to do? **Add DS Auth doc:** Writeup a basic understanding of the role of DS Auth and what tech it uses, what it's role is in the system...

documentation