We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 057973d + def665e commit ce8ae80Copy full SHA for ce8ae80
.travis.yml
@@ -0,0 +1,2 @@
1
+language: go
2
+go_import_path: gopkg.in/oauth2.v3
README.md
@@ -29,6 +29,7 @@ import (
29
30
func main() {
31
manager := manage.NewDefaultManager()
32
+ // token memory store
33
manager.MapTokenStorage(store.NewMemoryTokenStore(0))
34
// client test store
35
manager.MapClientStorage(store.NewTestClientStore())
@@ -75,8 +76,8 @@ Example
75
76
77
Simulation examples of authorization code model, please check [example](/example)
78
-Token storage implements
79
-------------------------
+Storage implements
80
+------------------
81
82
* [Redis](https://github.com/go-oauth2/redis)
83
* [MongoDB](https://github.com/go-oauth2/mongo)
0 commit comments