Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6590dcdac7 | ||
|
|
ace36340a8 | ||
|
|
4918696c5a | ||
|
|
4bf079571b |
@@ -5,7 +5,7 @@ This is a server-side component providing cloud storage and [OAuth Code Grant Fl
|
|||||||
|
|
||||||
### Cloudflare Workers
|
### Cloudflare Workers
|
||||||
|
|
||||||
[](https://deploy.workers.cloudflare.com/?url=https%3A%2F%2Fgithub.com%2Fsugoidogo%2Ftwitch-cloud-ebs)
|
Previously, there was a "deploy to cloudflare" button here, but it seems to only work with GitHub repos, so you'll have to clone and deploy this yourself.
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,4 @@
|
|||||||
export { default as SugoiAuthProvider } from "./SugoiAuthProvider"
|
export { default as SugoiAuthProvider } from "./SugoiAuthProvider"
|
||||||
export { default as WebStorage } from "./WebStorage"
|
export { default as WebStorage } from "./WebStorage"
|
||||||
|
export * as TwitchAuth from "./TwitchAuth"
|
||||||
|
export * as tba from "./tba"
|
||||||
@@ -69,4 +69,6 @@ export async function get_tokens(client_id: string,scope='',redirect_uri=locatio
|
|||||||
return token
|
return token
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function setProxyOrigin(proxy_origin:string) { TwitchAuth.setProxyOrigin(proxy_origin) }
|
||||||
|
|
||||||
export default get_tokens
|
export default get_tokens
|
||||||
Reference in New Issue
Block a user