Home » Developing U++ » UppHub » OAuth2 package for U++
OAuth2 package for U++ [message #50193] |
Wed, 22 August 2018 14:23  |
Oblivion
Messages: 1202 Registered: August 2007
|
Senior Contributor |
|
|
Hello,
Some time ago I wrote an OAuth2 package to simplify access to protected web resources.
I'm hereby releasing it to the public, so that someone may find it useful.
It's nothing fancy, but easy-to-use and flexible enough. (It can work with both default web browser or an embedded browser, such as CEF)
This package encapsulates the authorization code grant flow of OAuth2 authorization protocol.
It provides the native clients (such as desktop applications) with a means for safely accessing
protected resources.
Reference examples:
-------------------
- OAuth2Example: Demonstrates a OAuth2-based Google Drive access grant.
- OAuthGUI: Demonstrates the GUI integration of OAuth2 package, using U++/CEF wrapper.
History:
--------
2018-08-22: Initial release.
Package: https://github.com/ismail-yilmaz/upp-components/tree/master/ Core/OAuth
Examples (Console): https://github.com/ismail-yilmaz/upp-components/tree/master/ Examples/OAuth2Example
Example (GUI): https://github.com/ismail-yilmaz/upp-components/tree/master/ Examples/OAuth2GUI
Bug reports, suggestions, fixes, etc. is appreciated.
Best regards,
Oblivion
Github page: https://github.com/ismail-yilmaz
upp-components: https://github.com/ismail-yilmaz/upp-components
Bobcat the terminal emulator: https://github.com/ismail-yilmaz/Bobcat
[Updated on: Mon, 27 August 2018 01:22] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sat Apr 26 15:18:44 CEST 2025
Total time taken to generate the page: 0.00770 seconds
|