963 shaares
We don't need a new version of OAuth 2. The current version provides sufficient options for developers to implement most types of applications. Many services such as Facebook, Github, and Google have already deployed OAuth 2 servers, and deployed implementations win. The OAuth 2 spec itself leaves many decisions up to the implementor. Instead of describing all possible decisions that need to be made to successfully implement OAuth 2, this post makes decisions that are appropriate for most implementations.
This post is an attempt to describe OAuth 2 in a simplified format to help developers and service providers implement the protocol.
This post is an attempt to describe OAuth 2 in a simplified format to help developers and service providers implement the protocol.
A collection of inspirational websites using media queries and responsive web design. Curated by Eivind Uggedal
A demonstration of what can be accomplished through CSS-based design. Select any style sheet from the list to load it into this page.
Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
Polices gratuites pour sites web.
Are you looking for an alternative DNS provider that is open and democratic, are you concerned about censorship?
Cartouches filtrantes pour carafe Maxtra (Modèle ALUNA)
I've got multiple Android devices and have a plethora of apps.
I've just done a factory reset on one in order to use it for development purposes only, however there are a couple of apps that I need that I've already paid for.
If I attach my Google account to this device, by default, the device will begin downloading all of my apps.. and while this is a good feature for some, I don't want all that crap on this device.
How can I prevent my device from automatically downloading apps when I attach my play account?
I've just done a factory reset on one in order to use it for development purposes only, however there are a couple of apps that I need that I've already paid for.
If I attach my Google account to this device, by default, the device will begin downloading all of my apps.. and while this is a good feature for some, I don't want all that crap on this device.
How can I prevent my device from automatically downloading apps when I attach my play account?
Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
=> Problem with bad year for file /var/log/....
mv -f /var/lib/logrotate.status /var/lib/logrotate.status.$$; touch /var/lib/logrotate.status;
chown 0:0 /var/lib/logrotate.status; chmod 0644 /var/lib/logrotate.status;
# test:
/usr/sbin/logrotate -d /etc/logrotate.conf
# and force run:
/usr/sbin/logrotate -f /etc/logrotate.conf
mv -f /var/lib/logrotate.status /var/lib/logrotate.status.$$; touch /var/lib/logrotate.status;
chown 0:0 /var/lib/logrotate.status; chmod 0644 /var/lib/logrotate.status;
# test:
/usr/sbin/logrotate -d /etc/logrotate.conf
# and force run:
/usr/sbin/logrotate -f /etc/logrotate.conf
We'll focus on how to install git and gitweb on the Debian distribution. gitweb is a git web interface written in Perl, and can be used as a CGI script or as mod_Perl, and it will allow us browsing a git repository.