detect-missing-adblocker
Remind your website’s visitors to stay safe in the wilderness of the world wide web.
Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.
Remind your website’s visitors to stay safe in the wilderness of the world wide web.
Let your site's visitors share your work with the fediverse!
Embed fediverse posts on your WordPress site.
auth-server is a self-hosted authentication server currently under active development. It provides authentication support for various fediverse platforms, handling both OAuth (Mastodon, Friendica, Pleroma, Akkoma, GoToSocial) and MiAuth (Misskey, Calckey, Firefish) protocols. Users are redirected to the auth-server with parameters specifying the method, instance domain, required scopes, and the app to authenticate with. The server then returns the user to the app's redirect URL along with an access token. An automatic fediverse mode detects the appropriate protocol based on the instance domain, falling back with an error parameter if the platform is unsupported. Configuration is managed through environment variables, including an encryption key, and through modules/apps.js where developers define their apps and redirect behavior. Apps can either redirect users back to their service with the token appended to the URL or display the token directly in the browser for manual copying. The server is designed to sim