You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a readme. If someone else besides me gets around to this, let me know because I have a list of things to include.
Fix the confirmation link (that you get from registering). Right now, the confirmation link can be used as many times as we want. It should only be able to be used once. Not sure if this is a backend or frontend problem.
Change UPDATE_TOKEN_INFO in reducer to set more data. It’s only setting the tokenInfo but should be setting name and other things.
The text was updated successfully, but these errors were encountered:
We're starting to implement this on Stilio. I've had a few of the ideas you mention above, and I'm sure I'll have more. Here's a few more for the list:
Make the auth endpoint configurable. Right now, you're stuck with /auth/..., but we've got it at /users/...
What’s in Code Review:
Add register component
What still needs to be done:
UPDATE_TOKEN_INFO
in reducer to set more data. It’s only setting thetokenInfo
but should be settingname
and other things.The text was updated successfully, but these errors were encountered: