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

Create User System #3

Open
psyrus opened this issue Dec 4, 2017 · 3 comments
Open

Create User System #3

psyrus opened this issue Dec 4, 2017 · 3 comments
Labels

Comments

@psyrus
Copy link
Owner

psyrus commented Dec 4, 2017

The users will be submitting their data so it would be nice to allow them to do it painlessly, however that'll require a proper login system, cookies and some nice UI for users to track their submission data.

  • Login UI
  • User access levels
  • Associate submissions with a user account
  • Allow user to track all submissions
@psyrus psyrus added the feature label Dec 4, 2017
@psyrus
Copy link
Owner Author

psyrus commented Dec 4, 2017

Logins could be accomplished through the steam API, although I would need to check if I can use that to associate the 64bit steam ID with my user's PC data and make it reusable.
https://steamcommunity.com/dev

Using that system will allow me to check if the user actually has squad in their library
https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29

@psyrus
Copy link
Owner Author

psyrus commented Dec 19, 2017

@psyrus
Copy link
Owner Author

psyrus commented Mar 20, 2018

First one is done just using a regular flask login

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant