Skip to content

Release v1.1.0

Latest
Compare
Choose a tag to compare
@APratham APratham released this 10 Jul 04:51
· 3 commits to main since this release
7add6b8

Highlights of this release:

  • Custom Installers: The installers have been customised for a better user experience.

What's included:

  • OAuth Provider Examples: Sample integrations with leading OAuth providers.
  • Documentation: Comprehensive documentation that can help you integrate and customize your OAuth flows.
  • Starter Templates: Get up and running with our starter template for Electron OAuth apps.

Available Files and How to Use Them

  • electron-oauth-app_1.1.0_amd64.deb: Can be used on Linux distributions with x64 architecture that support .deb packages.
  • electron-oauth-app_1.1.0_arm64.deb: Can be used on Linux distributions with arm64 architecture that support .deb packages.
  • Electron.OAuth.App-1.1.0.AppImage: Can be used on Linux distributions with x64 architecture and support for .AppImage files. .AppImage files are self-contained and do not require installation.
  • Electron.OAuth.App-1.1.0-arm64.AppImage: Can be used on Linux distributions with arm64 architecture and support for .AppImage files. .AppImage files are self-contained and do not require installation.
  • Electron.OAuth.App-1.1.0.dmg: Can be used on macOS with Apple Silicon. Since the .dmg file is not signed, you will need to delete the attributes file after installing: `xattr -d com.apple.quarantine /Applications/Electron\ OAuth\ App.app`
  • Electron.OAuth.App.Setup.1.1.0.exe: Can be used by Windows machines with both amd64 and x86-64 architecture.
  • Electron.OAuth.App-1.1.0-mac.zip: macOS application binaries.
  • Electron.OAuth.App-1.1.0-win.zip: Windows application binaries.
  • Electron.OAuth.App-1.1.0-linux.zip: Linux application binaries.

Additional Files

The blockmap files are used by the auto-updater to determine which files have changed between releases. The .yml file contains the checksums for the files which is created by electron builder.
.zip and .tar.gz archives are also included which contain the source files for the application.

The .yml files contain SHA hashes which can be used to verify the integrity of the downloaded files.

Feedback

We would love to hear your feedback! Reach out to us on GitHub Issues with any questions, suggestions, or bug reports.

Thank You!

A big thank you to our contributors and early adopters who helped make this release possible. 🙌

Let's empower your Electron applications with secure and efficient OAuth integration. Get started today! 🚀