this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

minor typo

+1 -1
+1 -1
atproto/auth/oauth/doc.go
··· 36 36 37 37 oauthApp := oauth.NewClientApp(&config, oauth.NewMemStore()) 38 38 39 - For a real service, you would want to use a database or other peristant implementation of the [ClientAuthStore] interface instead of [MemStore]. Otherwise all user sessions are dropped every time the process restarts. 39 + For a real service, you would want to use a database or other persistant implementation of the [ClientAuthStore] interface instead of [MemStore]. Otherwise all user sessions are dropped every time the process restarts. 40 40 41 41 The client metadata document needs to be served at the URL indicated by the 'client_id'. This can be done statically, or dynamically generated and served from the configuration: 42 42