Skip to content

zjor/jsp-ok-auth

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

jsp-ok-auth

Sample implementation of oAuth 2.0 with Odnoklassniki

Before usage please specify credentials of your app in src/main/webapp/index.jsp :

<c:set var="clientId" value="<your_app_id>"/>
<c:set var="appKey" value="<your_app_public_key>"/>
<c:set var="appSecret" value="your_app_secret_key"/>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages