Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
386 changes: 206 additions & 180 deletions dist/hello.all.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/hello.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hello.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hellojs v1.20.0 - (c) 2012-2023 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
/*! hellojs v1.20.0 - (c) 2012-2025 Andrew Dodson - MIT https://adodson.com/hello.js/LICENSE */
// ES5 Object.create
if (!Object.create) {

Expand Down
2 changes: 1 addition & 1 deletion dist/hello.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/instagram.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Instagram OAuth Deprecation Notice

Instagram has fully deprecated its standalone OAuth API.
The old endpoints (https://instagram.com/oauth/authorize/) no longer work and always return a cancellation error or 405 on logout.

This provider is deprecated unless rewritten to use Facebook Graph API with server-side login.

Logout has been updated to use POST + CSRF token when possible, but the Instagram API still blocks cross-site logout.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading