Skip to content

matthewhartstonge/storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

564 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fosite-storage-mongo

Build Status FOSSA Status Go Report Card

fosite-storage-mongo provides a native Go based Mongo backed database storage that conforms to all the interfaces! required by ory/fosite. Interface implementations are inspired from the SQL implementations found in ory/hydra.

Table of contents

Compatibility

fosite version storage version
v0.49.X v0.40.X

Development

To start hacking:

  • Install Go >=1.25
    • Use Go modules!
    • go build successfully!

Testing

Use go test ./... to discover heinous crimes against coding!

Examples

For a quick start check out the following examples based on the fosite-example repo for reference:

Licensing

storage is under the Apache 2.0 License.

FOSSA Status