-
Notifications
You must be signed in to change notification settings - Fork 10
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
Write example app implementation #27
Comments
Hey @cjslep, what's the state of the example app? Is there anything that's blocking you? Other than that, enjoy your weekend :) |
Hi, I've written an update here: https://cjslep.com/c/blog/go-fed-2020 I am the blocker with not enough free time and too many things to focus on. |
Per the recent major refactor the example application is now majorly broken. However, there's going to be numerous design-type issues that need to be addressed before the example app can be fixed. |
I've been thinking of changing the example app to be a very minimal thin layer of an HTML renderer on top of the base And I do mean minimal, was thinking of a cheeky name like "bland" for the example app (and go for a brutalist minimal CSS to go with it). Want to make it as straightforward to play with as possible. |
I'm taking this issue now -- I believe the library is of sufficient substance as to permit iterating on several different aspects while using a concrete exemplary use-case at hand. Note that a lot of the OAuth2 tasks are still available, and that's by design -- I believe there are some publicly available tools that can evaluate peer OAuth2 servers and aid in diagnosing their implementation. I believe that will be critical, because I am not entirely confident in the current state of the OAuth2 library I am using. |
b9b817a makes the example application compile. Though due to #46 that may change in the future. This let me run the Next may be an iteration on the |
I've iterated on the I ran into a problem with using I've also "re"-remembered an improper assumption I had buried in Which is not a problem for serving on a production server using |
With the changes to
I believe the |
All of the above endpoints now successfully serve ActivityStreams data for Next up for the example application is ensuring the login and authentication aspects work correctly. |
Status update: as of yesterday, I got the example app to successfully federate locally (over loopback). It can:
Which isn't too much. It's going to be pretty bare bones, but these are the remaining larger points I'd like to hit:
There will be a lot of follow-on work to smoothen out some of the API pain points once the above is done. |
Already occurring, but now tracked in this issue:
The text was updated successfully, but these errors were encountered: