Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thread logs via modmail API #78

Closed
4 tasks done
fourjr opened this issue Dec 30, 2018 · 1 comment
Closed
4 tasks done

Thread logs via modmail API #78

fourjr opened this issue Dec 30, 2018 · 1 comment
Assignees
Milestone

Comments

@fourjr
Copy link
Collaborator

fourjr commented Dec 30, 2018

  • Centralised MongoDB accessed through Modmail API
  • API token has to be added in config variables (generated from kyber website after github oauth)
  • github callback checks if github user forked repo?
  • Logs are hosted on logs.kyb3r.tk/github-user-id/randomstring

jwt stores:

  • github access token
  • github username

get log random string:

import secrets
return secrets.token_hex(6)
@kyb3r kyb3r changed the title so logs Thread logs via modmail API Dec 30, 2018
@kyb3r
Copy link
Collaborator

kyb3r commented Dec 30, 2018

This makes #74 obsolete.

@fourjr fourjr pinned this issue Dec 30, 2018
@fourjr fourjr unpinned this issue Dec 30, 2018
@fourjr fourjr self-assigned this Dec 31, 2018
@fourjr fourjr added this to the v2.0 milestone Dec 31, 2018
@fourjr fourjr closed this as completed Dec 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants