Commit Graph

148 Commits

Author SHA1 Message Date
Pengfei Xue 2d3c492253 modify accesstoke model, set choices for scopes 2012-08-09 11:09:21 +08:00
Pengfei Xue cd50faf18e modify .gitignore
added following entries:
build/ django_oauth2_provider.egg-info/ directory
*.pyc
2012-08-08 14:17:22 +08:00
Pengfei Xue 1ad8b1cc6d change default access token length to long_token 2012-07-14 23:55:02 +08:00
Pengfei Xue 3a893a0b52 fix another bug in backends, the field name is expires 2012-07-14 23:52:06 +08:00
Pengfei Xue a220d4a39f fix a bug in AccessTokenBackend, the the column defined in models is token instead of access_token 2012-07-08 14:26:54 +08:00
Alen Mujezinovic e77491178e Documentation update 2012-03-29 14:38:53 +01:00
Alen Mujezinovic af219295b1 Added provider.scope.to_int
Renamed provider.scope.names to provider.scope.to_names but kepts the old function for compat
Version bump
2012-03-29 13:49:21 +01:00
Alen Mujezinovic 1aaf1934f0 Added default authorization template. Version bump. 2012-03-27 11:33:32 +01:00
Alen Mujezinovic ec5f287713 Documentation fix 2012-03-27 11:17:52 +01:00
Alen Mujezinovic 97bdd797af Shuffled around the clearing of the auth data 2012-03-23 15:59:49 +00:00
Alen Mujezinovic e739d48c06 Also added oauth data to the authorization view so we can present the scopes & co to the user 2012-03-23 14:58:02 +00:00
Alen Mujezinovic a2a611aca1 Added client to the authorization template context 2012-03-23 14:39:17 +00:00
Alen Mujezinovic 0fe700f46d Removed the changes header from readme 2012-03-23 11:55:41 +00:00
Alen Mujezinovic 24b87162f4 Does Github include external fragments? 2012-03-23 11:55:10 +00:00
Alen Mujezinovic a9fd2a7ca2 Moved the scope module one level up into provider
Replaced the write scope with a new write scope that includes reading
Added helper function to turn a scope integer back into a list of names
Access token response now returns a space seperated list of scope names
Default access token scope is now the first defined scope in constants
Version bump
2012-03-23 11:52:39 +00:00
Alen Mujezinovic eb65a4f648 Version bump and save the client type 2012-03-22 16:50:47 +00:00
Alen Mujezinovic a4138dec3a Added a client form
Added travis file
Version bump
2012-03-22 16:20:06 +00:00
Alen Mujezinovic 6b0faa4a7a Admin updates, version bump 2012-02-28 12:25:50 +00:00
Alen Mujezinovic 17e1b1fb4a Docs update 2012-02-09 15:58:13 +00:00
Alen Mujezinovic fb5ca9a78b Version bump 2012-02-09 15:53:30 +00:00
Alen Mujezinovic 3da25274b4 Toctree adjusted 2012-02-09 15:52:33 +00:00
Alen Mujezinovic 37829a8d0b Can't build the docs on readthedocs without example on the path 2012-02-09 15:49:35 +00:00
Alen Mujezinovic 789c526a99 Exporting django settings module in docs/conf.py 2012-02-09 15:45:41 +00:00
Alen Mujezinovic ac3f84d8f9 Read the docs requirements file 2012-02-09 15:44:58 +00:00
Alen Mujezinovic d80c1d96e4 Sphinx files 2012-02-09 15:42:55 +00:00
Alen Mujezinovic f037dd31e7 README update 2012-02-09 15:42:15 +00:00
Alen Mujezinovic 886e51147a Documentation 2012-02-09 15:39:50 +00:00
Alen Mujezinovic 66dc8f5a87 Added csrf exemption for the access token endpoint 2012-02-08 18:00:32 +00:00
Alen Mujezinovic 289e246431 Version bump 2012-02-08 16:40:46 +00:00
Alen Mujezinovic 075ae617da Clients can have names 2012-02-08 16:40:20 +00:00
Alen Mujezinovic 4ff07a3161 Removed example from the dist file 2012-02-08 16:35:45 +00:00
Alen Mujezinovic 9ebb411636 Example projects does not rely on South 2012-02-08 16:35:23 +00:00
Alen Mujezinovic b53af1c655 Made clients not require a user foreign key 2012-02-08 16:34:41 +00:00
Alen Mujezinovic 4ab2be3a91 Added a manager to the access token 2012-01-26 15:55:46 +00:00
Alen Mujezinovic 17b6452a93 URL update 2012-01-25 18:12:42 +00:00
Alen Mujezinovic 3254ec2ea2 Scope operating now on integers 2012-01-25 18:03:25 +00:00
Alen Mujezinovic a933ff715f Included test fixtures in the manifest 2012-01-25 11:02:22 +00:00
Alen Mujezinovic a9d3a26008 Auth token endpoint ssl enforcement test 2012-01-24 16:47:01 +00:00
Alen Mujezinovic f557ca47e3 Added grant_type=password 2012-01-24 16:35:27 +00:00
Alen Mujezinovic dcfa04b559 Moved testcases out of provider.oauth2.tests 2012-01-24 15:34:26 +00:00
Alen Mujezinovic 5c67ed1ad7 Fetching an access token with the same grant multiple times
should fail
2012-01-24 15:29:26 +00:00
Alen Mujezinovic d24295ca0c Added refresh token features and tests 2012-01-24 15:24:13 +00:00
Alen Mujezinovic 2dcab1c00f @devioustree: That's a nice readme... 2012-01-23 17:50:15 +00:00
Alen Mujezinovic 97289cf2e1 The whole flow is working. Need to implement edge cases and invalidation checks etc etc 2012-01-23 17:42:24 +00:00
Alen Mujezinovic 583a8aaba7 Still, work in progress. But getting there. 2012-01-23 17:30:58 +00:00
Alen Mujezinovic 09539d6967 Making progress. Don't look! 2012-01-20 16:24:23 +00:00
Alen Mujezinovic 04e3b1101a Added rst file and initial version 2012-01-18 17:05:05 +00:00
Alen Mujezinovic cb4e0b4b14 Initial commit 2012-01-18 17:03:41 +00:00